A sample spring boot app for interview and review purposes
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 buildYou can run the app with the following command:
./gradlew bootRunor, to use a specific profile, e.g. local:
./gradlew bootRun --args='--spring.profiles.active=local'Once up and running, use the postman collection to send a request to the application.