Skip to content

A maven generator for quickly bootstraping a GAE project

License

Notifications You must be signed in to change notification settings

luanpotter/xyz-gae-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xyz-gae-generator

A maven generator for quickly bootstraping a GAE project using the Spark framework.

Are you looking for xyz-generator? If you'd like to create a simple Java project, check it out.

For interactive mode, just run:

    mvn archetype:generate -DarchetypeGroupId=xyz.luan.generator -DarchetypeArtifactId=xyz-gae-generator -DarchetypeVersion=0.3.0

And fill the information.

If you want batch mode, use this instead, but fill in the gaps:

    mvn archetype:generate -DarchetypeGroupId=xyz.luan.generator -DarchetypeArtifactId=xyz-gae-generator -DarchetypeVersion=0.3.0 -DgroupId=<your.group.id> -DartifactId=<your-atifact-id> -Dversion=<your.version> -DinteractiveMode=false

What does it do?

It creates a base project for Google App Engine (GAE) standard using Java 8 and Maven; it follows this guide but does the hard work for you.

It also adds Spark and a sample api route, sample static files, sample integration test.

About

A maven generator for quickly bootstraping a GAE project

Resources

License

Stars

Watchers

Forks

Packages