Skip to content

A sample spring boot app for interview and review purposes

Notifications You must be signed in to change notification settings

trussworks/sample-spring-boot-app

Repository files navigation

Sample Spring Boot App

A sample spring boot app for interview and review purposes

How to build

You'll need at least the version of Java specified in .tool-versions installed. Consider using mise-en-place or asdf to manage your java (and everything else!) versions.

You can build and test the app:

./gradlew build

How to run

You can run the app with the following command:

./gradlew bootRun

or, to use a specific profile, e.g. local:

./gradlew bootRun --args='--spring.profiles.active=local'

How to interact with the application

Once up and running, use the postman collection to send a request to the application.

About

A sample spring boot app for interview and review purposes

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages