05 2020 档案
摘要:正确注入方式: @Autowired private TFeeMapper TFeeMapper; 错误注入方式 @Autowired private TFeeMapper tFeeMapper; 这样注入就找不到是哪个了。用@Primary 也可以解决上述报错。
阅读全文
摘要:参考:https://mp.weixin.qq.com/s/v0ihaPsuyGufdc_ImEqX8A给mybatis3源码加注释并编译源代码 编译命令: mvn clean mvn install -DskipTests=true -Dmaven.test.skip=true -Dlicense
阅读全文