Boilerplate maven project for bootstrapping development of a Rest API application with Javalin using Java as the programming language.
-
Clone the repository.
-
Execute the maven command.
mvn clean package
-
Create a .env file by copying .env.sample.
-
Update environment variable values in the .env file as needed.
-
Execute docker-compose.
docker-compose up
cd target
java -jar javalin-java-rest-1.0.0-SNAPSHOT-shaded.jar
Javalin Rest API Starter is Apache 2-licensed.
We at Spinsage would be happy if you send us links to your projects where you are using our code. Just send us an email at [email protected].
And do let us know if you have any queries or suggestions regarding our work.