Skip to content

lab900/template-backend

Repository files navigation

Backend

Spring-boot based backend with Swagger api documentation enabled

Gradle

Running locally

./gradlew build && java -jar build/libs/backend-0.0.1-SNAPSHOT.jar

Maven

Running locally

mvn spring-boot:run

To use vist: http://localhost:8080/

API Documentation

Navigate to http://localhost:8080/swagger-ui.html to find the swagger documentation (generated automatically)

Testing

mvn verify

As you add / modify the source code (src/main/java/...) it's very useful to add unit testing to (src/main/test/...). The following resources are quite useful:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages