最新回答 / 我Foryou
IDEA需要设置1.setting->Build,Execut, Deployment -> Compiler 勾选Build Project automatically2.ctrl + shift + a->搜索:registry -> 勾选compiler.automake.allow.when.app.running引用不知道几楼的,侵删
2020-12-22
最赞回答 / 小蜗牛有大理想
解决方法:
在SpringBoot的启动类上,使用@MapperScan注解时引入了错误的包下的。 正确的应该是:import tk.mybatis.spring.annotation.MapperScan; 错误的引入了:import org.mybatis.spring.annotation.MapperScan;
2020-12-20
最新回答 / 小蜗牛有大理想
问题已经解决,自己在generatorConfig.xml 中配置了两个不同的table,一个不用的table 生成了pojo,mapper以及*mapper.xml,但是项目中没有引用无用的table,所以报错,在 generatorConfig.xml 除去那个无用的table即可。除去:
<table tableName="aaa"></table>
2020-12-20
时隔一年,回来啃完了,一年前准备要用,现在终于要用到了,之前跳过sping,springBoot 学springcloud,学的好吃力,后面老老实实从spring bean开始学起,因为有4年PHP经验,跳过去学 发现还是不行的 哈哈
2020-12-04