Skip to content

franciscastro/AppEngineSpring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Engine Java Spring MVC Copyright (C) Frank Lloyd Teh

Sample Spring MVC for use with App Engine Java.

Requires Apache Maven 3.0 or greater, and JDK 1.7 in order to run.

To build, run

mvn install

Building will run the tests, but to explicitly run tests you can use the test target

mvn test

To start the app, use the App Engine Maven Plugin that is already included in this demo. Just run the command.

mvn appengine:devserver

To see all the available goals for the App Engine plugin, run

mvn help:describe -Dplugin=appengine

About

Integrating Spring MVC and Google App Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published