Commit 48bd753f by stylefeng

添加测试类

parent ac488b1e
package com.stylefeng.guns.system;
import com.stylefeng.guns.base.BaseJunit;
import com.stylefeng.guns.common.persistence.dao.UserMapper;
import com.stylefeng.guns.modular.system.dao.UserMgrDao;
import org.junit.Test;
import javax.annotation.Resource;
/**
* 用户测试
*
* @author fengshuonan
* @date 2017-04-27 17:05
*/
public class UserTest extends BaseJunit {
@Resource
UserMgrDao userMgrDao;
@Resource
UserMapper userMapper;
@Test
public void userTest() throws Exception {
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment