Skip to content

joramnv/questlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

questlog

Some information about this project

Self discoverable via HAL-browser at:

Spring HATEOAS

H2 Database

Swagger - Springfox

Run the application from the terminal:

You can run the application from the terminal with the following command:

$ ./gradlew bootRun

Build an executable JAR and run it from the terminal:

You can build a single executable JAR file that contains all the necessary dependencies, classes, and resources, and run that. This makes it easy to ship, version, and deploy the service as an application throughout the development lifecycle, across different environments, and so forth. You can build the JAR file using:

$ ./gradlew build

Then you can run the JAR file:

$ java -jar build/libs/weekly-achievement-points-0.0.1.jar

Interesting links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages