battcn / spring-boot2-learning

基于 SpringBoot2 整合的案例教程
747 stars 464 forks source link

chapter6 测试例子问题 #11

Open Sanit1 opened 4 years ago

Sanit1 commented 4 years ago

建议 @Autowired private UserMapper userMapper;

修改成 @Resource private UserMapper userMapper;

如果ok的话我提pr