使用Mybatis-Plus遇到的气死人的问题Invalid bound statement (not found)
使用Mybatis-Plus遇到的气死人的问题Invalid bound statement (not found)
在使用Mybatis-Plus代码生成器的时候遇到的问题,解决思路首先是看配置
1.首先是启动类有没有加@MapperScan()注解`
@SpringBootApplication
@MapperScan("com.xxx.xxx.mapper")
public class ChartApplication {
public static void main(String[] a
原创
2020-08-12 11:52:30 ·
1078 阅读 ·
0 评论