-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
## Spring Skeleton | ||
## Spring Forge Service Template | ||
|
||
Spring Skeleton is a sample project to showcase the [Spring Forge Library](https://github.com/pcalouche/spring-forge) that uses Spring | ||
Spring Forge Service Template is a sample project to showcase the [Spring Forge Library](https://github.com/pcalouche/spring-forge) that uses Spring | ||
Auto-configuration to help with the configuration of some things. | ||
|
||
Spring Forge provides a status endpoint, standard controller advice exception handling, and Open Api documentation configured. Running this application and | ||
going to [localhost:8080/swagger-ui.html](localhost:8080/swagger-ui.html) will display the Open Api documentation. From there you'll see two endpoints: | ||
|
||
1. /status - Demonstrates the status endpoint that is auto-configured by Spring Forge. | ||
2. /exception-test - Demonstrates and endpoint that will throw and exception. The JSON response returned is derived from the code in Spring Forge. | ||
|
||
It demonstrates using the logging and controller advice configuration of Spring Forge. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters