swagger-ui and actuator-ui are missing.
This commit is to fix this bug.
Change-Id: I237ad1739dd23b7316a3efecb40a9bd78247ff33
Issue-ID: DCAEGEN2-1535
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
</dependency>
+ <dependency>
+ <groupId>io.springfox</groupId>
+ <artifactId>springfox-swagger-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </dependency>
</dependencies>
<build>