兼容注册中心配置

This commit is contained in:
tanghc
2019-12-30 17:04:45 +08:00
parent d505ad94ab
commit 77e0db05be
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ yml添加
ribbon.ReadTimeout: 60000
```
## 指定了context-path
## 指定了context-path拉取路由404
微服务项目定义了`server.servlet.context-path=/story-service`,同时必须指定:

View File

@@ -33,7 +33,7 @@ public class RegistryServiceNacosImpl implements RegistryService {
private static HttpTool httpTool = new HttpTool();
@Value("${nacos.discovery.server-addr:${registry.nacos-server-addr:}}")
@Value("${nacos.discovery.server-addr:${spring.cloud.nacos.discovery.server-addr:}}")
private String nacosAddr;
private NamingService namingService;