A simple application of Spring Boot using WEB, JPA, H2 and Swagger document auto generate.
This is just my learning```
mvn package
cd target
java -jar spring-boot-rest-jpa-h2-example-0.0.1-SNAPSHOT.jar
h2 web ui http://localhost:8080/h2
swagge web ui http://localhost:8080/swagger-ui.html
http://javasolutionsguide.blogspot.com/2018/08/restful-api-using-spring-rest-spring.html