/springboot-starter-restapi

Boilerplate maven project for bootstrapping development of a Rest API application using SpringBoot

Primary LanguageJavaApache License 2.0Apache-2.0

SpringBoot Rest API Starter

License Build Status Codacy Badge Black Duck Security Risk Average time to resolve an issue Percentage of issues still open

Boilerplate maven project for bootstrapping development of a Rest API application using SpringBoot.

Getting Started

Build the application

  • Clone the repository.

  • Execute the maven command.

     mvn clean package

Run the application

Within a Docker container

  • Create a .env file by copying .env.sample.

  • Update environment variable values in the .env file as needed.

  • Execute docker-compose

     docker-compose up

As a standalone application

cd target
java -jar springrest-0.0.1-SNAPSHOT.jar

LICENSE

SpringBoot Rest API Starter is Apache 2.0 licensed.

Let us know!

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.