Commit cfc0cb3d by huangfusuper

修改网关服务名称

parent 7d800218
......@@ -18,7 +18,7 @@ import org.springframework.web.filter.CorsFilter;
* @date: 2019/11/20 11:44
**/
@SpringBootApplication
@RpcService(http_type = true)
@RpcService(http_type = true,serverName = "myth-job-admin")
@EnablePluginClient
public class AdminApplication {
public static void main(String[] args) {
......
......@@ -11,7 +11,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @date: 2019/11/14 16:03
**/
@SpringBootApplication
@RpcService(http_type = true)
@RpcService(http_type = true, serverName = "myth-executor-server")
public class ExecutorServiceApplication {
public static void main(String[] args) {
SpringApplication.run(ExecutorServiceApplication.class,args);
......
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