Sample Spring Boot Application with SQL Server
Spring Boot API Example CRUD app using Spring MVC/DATA with Spring Fox Swagger implementation and Swagger Publish and API Metrics Spring Boot starter configurations
Here are links to the Spring Boot frameworks utilized in the example implementation
Run this project by this command :
Clone repo
$ git clone
Compile or import into IDE and execute Java main method
Enter the following urls’s in a browser
http://localhost:8080/users
http://localhost:8080/user/1
http://localhost:8080/swagger-ui.html#/