update 删除无用注解 控制台不需要服务发现
parent
a95aa08d13
commit
38536ab411
|
|
@ -2,12 +2,10 @@ package com.xxl.job.admin;
|
||||||
|
|
||||||
import org.springframework.boot.SpringApplication;
|
import org.springframework.boot.SpringApplication;
|
||||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author xuxueli 2018-10-28 00:38:13
|
* @author xuxueli 2018-10-28 00:38:13
|
||||||
*/
|
*/
|
||||||
@EnableDiscoveryClient
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
public class XxlJobAdminApplication {
|
public class XxlJobAdminApplication {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue