/javaTestApp-spark

Sample application using gradle with tomcat plugin and spark endpoint. This is not a production grade application.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

javaTestApp-spark

Sample application using gradle with tomcat plugin and spark endpoint. This is not a production grade application, it's a simple test app. If you would like to contribute simple do a PR.

Todo:

Development

This test app uses the spark framework.

Requiremts

  • Java
  • gradle

Gradle information

You can generate IDEA project files with:

    gradle idea

You can create a war file with: You can find the war file in build/libs/

    gradle war

You can instantiate a tomcat server and run it on port 8080 with:

    gradle tomcatRunWar

and then hit these urls: