fffguo commented on issue #11488:
URL: https://github.com/apache/dubbo/issues/11488#issuecomment-1418900212
我无法使用bootstrap.yml加载配置
但是可以暂时使用spring.config.import的方式解决使用nacos作为配置中心的问题
```
spring:
application:
name: ****
config:
import:
- "nacos:******.yml?group=user-center"
- "nacos:zookeeper.yml?group=middleware"
- "nacos:postgresql.yml?group=middleware"
cloud:
nacos:
config:
server-addr: ****:8848
namespace: ***
username: ***
password: ***
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]