Boot Musim Semi yang Swagger UI tidak berfungsi

// set in pom.xml

<dependency>
  <groupId>io.springfox</groupId>
  <artifactId>springfox-swagger-ui</artifactId>
  <version>2.9.2</version>
</dependency>
<dependency>
  <groupId>io.springfox</groupId>
  <artifactId>springfox-swagger2</artifactId>
  <version>2.9.2</version>
</dependency>
<dependency>
  <groupId>io.springfox</groupId>
  <artifactId>springfox-schema</artifactId>
  <version>2.9.2</version>
</dependency>

// browserUrl
// http://localhost:[port]/swagger-ui.html

// config class

//@Configuration
//@EnableSwagger2
Horrible Hamerkop