Skip to content

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

Notifications You must be signed in to change notification settings

mpoehler/appengine-modules-sample-java

 
 

Repository files navigation

appengine-modules-sample-java

It has 2 web apps each deployed to a different module: guestbook and shardedcounter.

Usage (After changing the app id in the appengine-modules-ear/src/main/application/META-INF/appengine-application.xml):

git clone https://github.com/GoogleCloudPlatform/appengine-modules-sample-java.git
cd appengine-modules-sample-java
mvn install
cd appengine-modules-ear
#to test it locally:
mvn appengine:devserver
#or to deploy it:
mvn appengine:update

=============================

About

App Engine Modules usage, packaged as an EAR (Entreprise Archive) Maven project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.1%
  • Groovy 2.8%
  • CSS 0.1%