/SampleSpringBoot

Sample Spring Boot Application with SQL Server

Primary LanguageJava

CircleCI

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

Spring Fox

Swagger API auto Publish

API Statistics

Installation and running

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

Swagger UI

http://localhost:8080/swagger-ui.html#/