Springboot+thymeleaf打包成jar 访问不到页面资源

一, 亲测有效

spring-boot-maven-plugin 1.5.6 新版打包后 访问404错误

解决 用1.4.2 版本

org.springframework.boot
spring-boot-maven-plugin
1.4.2.RELEASE

com.geoswift.quartz.QuartzApplication

此问题坑我几个小时,没时间研究 不知道具体什么原因。

国外牛人发现问题提出解决方案

https://stackoverflow.com/questions/44689773/why-spring-boot-1-5-3-jar-does-not-recognise-jsp-files-in-src-main-resources-met

你可能感兴趣的:(Springboot+thymeleaf打包成jar 访问不到页面资源)