spring.mvc.static-path-pattern=/static/**
spring.freemarker.suffix=.ftl
将templates 放到resources下,然后在applicatioin.properties里配置如上代码,最好不要在pom文件里写resources
spring.mvc.static-path-pattern=/static/**
spring.freemarker.suffix=.ftl
将templates 放到resources下,然后在applicatioin.properties里配置如上代码,最好不要在pom文件里写resources