ludoch / appengine-spring-boot

Sample Google App Engine (standard) application with Java 8 and Spring Boot.
Apache License 2.0
1 stars 1 forks source link

appengine-spring-boot

Sample Google App Engine (standard) application using :

How to deploy

To deploy on App Engine, run mvn appengine:update -Dappengine.app.id=your_appengine_application_id.
You can also add -Dappengine.app.version=X to override the default version (1).

If you only have one environment, you can set these properties directly in pom.xml or appengine-web.xml.

What's in there

The home page is dull, it just proves Java 8 + Spring Boot + JSPs work.

You can also hit /aliens to see a dumb HTTP API example.

You can also curl the hell out of the actuator endpoints :

Notes / known issues