spring-boot2-learning icon indicating copy to clipboard operation
spring-boot2-learning copied to clipboard

chapter6 测试例子问题

Open Sanit1 opened this issue 5 years ago • 0 comments

建议 @Autowired private UserMapper userMapper;

修改成 @Resource private UserMapper userMapper;

如果ok的话我提pr

Sanit1 avatar Jul 16 '20 12:07 Sanit1