Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

43 lines (37 loc) · 1.45 KB

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: