Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 390 Bytes

File metadata and controls

18 lines (13 loc) · 390 Bytes

NOTE

Modified from : https://github.com/spring-guides/gs-spring-boot

simple appengine app.yaml app

A very simple spring-boot on appengine project

flex version standard version

this is just stuff for testing, don't really use this

Gradle

./gradlew appengine:deploy ./gradlew appengine:deploy -Pflex

Maven

./mvnw package appengine:deploy ./mvnw package appengine:deploy -Dflex