Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/margostino/tacs-tit4tat-grupoxx
Primer Commit
https://github.com/margostino/tacs-tit4tat-grupoxx
Last synced: 2 days ago
JSON representation
Primer Commit
- Host: GitHub
- URL: https://github.com/margostino/tacs-tit4tat-grupoxx
- Owner: margostino
- License: apache-2.0
- Created: 2015-02-28T22:15:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T12:10:50.000Z (almost 10 years ago)
- Last Synced: 2024-11-10T09:13:49.963Z (2 months ago)
- Language: Java
- Size: 38.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
App Engine Java Application
Copyright (C) 2010-2012 Google Inc.## Skeleton application for use with App Engine Java.
Requires [Apache Maven](http://maven.apache.org) 3.0 or greater, and JDK 6+ in order to run.
To build, run
mvn package
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](http://code.google.com/p/appengine-maven-plugin/) that is already included in this demo. Just run the command.
mvn appengine:devserver
For further information, consult the [Java App Engine](https://developers.google.com/appengine/docs/java/overview) documentation.
To see all the available goals for the App Engine plugin, run
mvn help:describe -Dplugin=appengine