Skip to content

hdoeleman/spring-boot-sample-gae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Spring Boot app that runs on Google AppEngine. No attempt has been made to use the Google APIs - just a minimal Spring app that works.

Depends on spring-boot-legacy (which you will need to build and install locally):

$ git clone https://github.com/scratches/spring-boot-legacy
$ (cd spring-boot-legacy; mvn install)
$ git clone https://github.com/scratches/spring-boot-sample-gae
$ cd spring-boot-sample-gae
$ mvn gae:deploy

Also runs as a deployed WAR in WTP or regular Tomcat container. The main() app (normal Spring Boot launcher) should also work.

About

Spring Boot Sample for Google AppEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%