SpringBoot增加jsp页面支持,Error resolving template template might not exist or might not be accessible

1.增加mvc支持,一定要注意这种台阶式的配置文件格式,,,(里面还有空格的坑),一定要严格对照 2.启动类增加一个重写的方法 @SpringBootApplication @MapperScan("com.java.dao") public class StartApplication extends SpringBootServletInitializer{ public static v
相关文章
相关标签/搜索