百度上的解决方法都试了还是不行,之前的添加菜单打成jar包运行都没有问题,这次添加一个菜单两个页面,在本地跑没有问题,打成jar包到服务器上就报错。网上搜了去掉'/',我的路径都没有在开头加,修改配置文件 spring.thymeleaf.prefix还是没有解决,有哪位大神能解决。。。万分感激
- org.thymeleaf.exceptions.TemplateInputException: Error resolving template "gameBox/gameBoxBannerInfo/gameBoxBannerInfo", template might not exist or might not be accessible by any of the configured Template Resolvers
- at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:870)
- at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1098)
- at org.thymeleaf.TemplateEngine.process(TemplateEngine.java:1072)