Closed khenderick closed 5 years ago
I could not run it locally. However, I managed to fix it by:
pom.xml
spring-boot-starter-web
mvn clean package spring-boot:repackage
Not sure whether that would have any impact on e.g. running it on the app engine.
please fix the readme!
I'm checking this out now.
Seems like the changes suggested here do not prevent the App Engine deployment.
I could not run it locally. However, I managed to fix it by:
pom.xml
forspring-boot-starter-web
.mvn clean package spring-boot:repackage
Not sure whether that would have any impact on e.g. running it on the app engine.