mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
兼容注册中心配置
This commit is contained in:
@@ -103,7 +103,7 @@ yml添加:
|
||||
ribbon.ReadTimeout: 60000
|
||||
```
|
||||
|
||||
## 指定了context-path
|
||||
## 指定了context-path(拉取路由404)
|
||||
|
||||
微服务项目定义了`server.servlet.context-path=/story-service`,同时必须指定:
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user