Skip to content

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

License

Notifications You must be signed in to change notification settings

devx/javaTestApp-spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published