Commit 16d44d4d by huangfu

修改网关名称

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