Skip to content

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

License

Notifications You must be signed in to change notification settings

spinsage/springboot-starter-restapi

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2022
Oct 26, 2020
Jan 14, 2022
Jan 14, 2022
Jan 14, 2022
Oct 26, 2020
Oct 26, 2020
Jan 14, 2022
Oct 26, 2020
Jan 14, 2022
Jan 14, 2022
Oct 26, 2020
Oct 26, 2020
Jun 25, 2022

Repository files navigation

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 [email protected].

And do let us know if you have any queries or suggestions regarding our work.