Spring Boot Demo is a Test-Driven Design Demo app that showcases basic Spring Boot functionalities.
Use Gradle to install Spring Boot Demo.
./gradlew clean buildUse Gradle to run the code.
./gradlew bootRunAdd the debug flag --debug-jvm to open a debugger on port 5005.
./gradlew bootRun --debug-jvmAdd the profile flag --debug-jvm to pick a profile.
./gradlew bootRun --args='--spring.profiles.active=dev'Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
None.