Skip to content
/ spring-skeleton Public template

Skeleton Spring Boot Project that uses Spring Elixir

Notifications You must be signed in to change notification settings

pcalouche/spring-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Skeleton

Spring Skeleton is a sample project to showcase the Spring Elixir Library that uses Spring Auto-configuration to help with the configuration of some things.

Spring Elixir 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 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 Elixir.
  2. /exception-test - Demonstrates and endpoint that will throw and exception. The JSON response returned is derived from the code in Spring Elixir.

About

Skeleton Spring Boot Project that uses Spring Elixir

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages