/springboot-web-swagger

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

Primary LanguageJava

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