Commit b2c62347 by Nepxion

修改拼写错误

parent 6b6a585c
......@@ -50,7 +50,7 @@ public class MyDiscoveryEnabledStrategy implements DiscoveryEnabledStrategy {
String token = serviceStrategyContextHolder.getHeader("token");
String serviceId = pluginAdapter.getServerServiceId(server);
LOG.info("Serivice端负载均衡用户定制触发:token={}, serviceId={}, metadata={}", token, serviceId, metadata);
LOG.info("Service端负载均衡用户定制触发:token={}, serviceId={}, metadata={}", token, serviceId, metadata);
String filterServiceId = "discovery-springcloud-example-c";
String filterToken = "123";
......
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