摘要: 在开发环境下正常,但使用jar运行时,报错Error resolving template template might not exist or might not be accessible,意思是模板页不在,但在jar里存在该模板页 1.查看pom.xml文件是否添加 2.在applicati 阅读全文
posted @ 2018-11-21 11:00 无敌小怪兽! 阅读(74066) 评论(0) 推荐(0)
摘要: 2、解决方案 在main函数启动类上加注解:@SpringBootApplication(scanBasePackages = "com") 问题即可解决。 阅读全文
posted @ 2018-11-21 10:51 无敌小怪兽! 阅读(2281) 评论(0) 推荐(1)