Commit 0b7fac9d by huangfusuper

Merge remote-tracking branch 'origin/developer' into developer

parents 2ed1569c 16d44d4d
...@@ -7,5 +7,5 @@ spring: ...@@ -7,5 +7,5 @@ spring:
application: application:
name: myth-job-admin name: myth-job-admin
gateway: gateway:
name: byit-myth-gateway name: System-myth-job-gateway
...@@ -20,7 +20,7 @@ import org.springframework.web.filter.CorsFilter; ...@@ -20,7 +20,7 @@ import org.springframework.web.filter.CorsFilter;
* modified By * modified By
**/ **/
@EnableZuulProxy @EnableZuulProxy
@RpcService(http_type = true, serverName = "[System]-myth-job-gateway") @RpcService(http_type = true, serverName = "System-myth-job-gateway")
@SpringBootApplication @SpringBootApplication
@Slf4j @Slf4j
public class GatewayApplication { public class GatewayApplication {
......
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