spring-boot2-learning
spring-boot2-learning copied to clipboard
chapter6 测试例子问题
建议 @Autowired private UserMapper userMapper;
修改成 @Resource private UserMapper userMapper;
如果ok的话我提pr