1.报错freemarker/template/Configuration 缺少Freemarker引擎模板,引入对应pom即可 <dependency><groupId>org.freemarker</groupId><artifactId>freemarker</artifactId></dependency> 2.报错org/apache/velocity/context/Context 缺少Velocity引擎模板,引入对应引擎模板即可 <dependency><groupId>org.apache.velocity</groupId...
SpringBoot项目中,使用 MyBatisPlus 自动生成代码,在程序启动时报错 required a single bean, but 2 were found 问题如标题描述,原因是配置的 @MapperScan 范围过大,需将其设置为 mapper 所在目录