mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复网关registerAddress配置
This commit is contained in:
@@ -21,7 +21,7 @@ public class GenericServiceInvoker implements InitializingBean {
|
||||
|
||||
private ApplicationConfig applicationConfig;
|
||||
|
||||
@Value("${register.address:${register.type}://${register.host}")
|
||||
@Value("${dubbo.registry.address:zookeeper://localhost:2181}")
|
||||
private String registerAddress;
|
||||
|
||||
@Value("${spring.application.name}")
|
||||
|
Reference in New Issue
Block a user