fix(rocketmq-console): remove unused imports in order to avoid building failed (#522)

This commit is contained in:
Ye Jiahao
2020-03-23 04:17:04 -05:00
committed by GitHub
parent 7693f10204
commit 5fb27a0b6e

View File

@@ -17,7 +17,6 @@
package org.apache.rocketmq.console;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;