一, 亲测有效
spring-boot-maven-plugin 1.5.6 新版打包后 访问404错误
解决 用1.4.2 版本
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.4.2.RELEASE</version>
<configuration>
<mainClass>com.geoswift.quartz.QuartzApplication</mainClass>
</configuration>
此问题坑我几个小时,没时间研究 不知道具体什么原因。
国外牛人发现问题提出解决方案
网友评论