Boilerplate maven project for bootstrapping development of a Rest API application using SpringBoot.
-
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 springrest-0.0.1-SNAPSHOT.jar
SpringBoot Rest API Starter is Apache 2.0 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 opensource@spinsage.com.
And do let us know if you have any queries or suggestions regarding our work.