Commit ba988b2e by Nepxion

重命名

parent eaf7e9d7
......@@ -15,8 +15,8 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
@SpringBootApplication
@EnableDiscoveryClient
public class DiscoveryConsoleApplication {
public class ConsoleApplication {
public static void main(String[] args) {
new SpringApplicationBuilder(DiscoveryConsoleApplication.class).web(true).run(args);
new SpringApplicationBuilder(ConsoleApplication.class).web(true).run(args);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment