cf。推送错误.war文件(Pivotal Web Services)

时间:2018-01-11 15:58:56

标签: spring-boot pivotal-cloud-foundry

使用Gradle构建一个简单的Hello World REST控制器。

生成的.war文件在localhost:8080上运行良好,但是cf push helloApp -p build \ libs \ temp。 W ar不成功。 [cf push helloApp -p build \ libs \ temp。 J ar在部署到cfapps.io时效果很好。]

cf logs表示类似于......引起:java.lang.ClassNotFoundException:org.springframework.boot.context.embedded.EmbeddedServletCon tainerCustomizer。

已在build.gradle中包含 providedRuntime'org.springframework.boot:spring-boot-starter-tomcat',并通过扩展覆盖 configure() SpringBootServletInitializer

springBootVersion ='2.0.0.BUILD-SNAPSHOT'

0 个答案:

没有答案