carlocayos / springboot-web-swagger

SpringBoot (Web and Data-JPA starter) using Swagger2 API documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swagger UI

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

Running via Maven

mvn spring-boot:run

Swagger Spring Profile

Remove Spring Profile to disable Swagger spring.profiles.active=swagger

Turn on Debugging

  1. Through Program Argument by adding "--debug"
  2. Through SpringBoot application.properties
    logging.level.org.springframework.web=DEBUG
    logging.level.org.hibernate=ERROR

About

SpringBoot (Web and Data-JPA starter) using Swagger2 API documentation


Languages

Language:Java 97.2%Language:HTML 2.8%