Skip to content

MTDdk/jawn-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple example usage of jawn

Bear in mind that jawn is currently under heavy development and refactoring, so this example usage may not be updated to use the latest version of jawn. When a stable version of jawn is done, then this example will start to reflect the most current release.

  • This example uses Gradle as build system, but this project includes a wrapper for Gradle, so it is not necessary to have it installed on your system.

  • Run the application with Gradle already installed:

gradle run
  • Run the application with Gradle NOT installed:
[*NIX]:    ./gradlew run
[Windows]: gradlew.bat run
  • Browse to:
http://localhost:8080/

About

Minimal jawn project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published