This repostiory will act as a template for Spring-based Service
./gradlew bootRun
View http://localhost:9000/swagger-ui.html for the autogenerated docs
- Automatic API Documentation
- Consistent Error Response
- i18n and l10n through Locale Detection and Resource Files
- Externalized Application Configuration
- Profile-based Configuration
- Return non-200 HTTP Status when there is an error
Annotations being used:
Libraries being used:
In addition to libraries (and their docs) that's being used for this tempalte, I'd like to give my gratitude to the people behind these sites for their post(s):