chang-shuai commented on issue #9891: URL: https://github.com/apache/dubbo/issues/9891#issuecomment-1228201102
> 和nacos单机启动集群问题类似,如果想要启动的话idea可以配置环境变量 user.home=/Users/mac/dubbo/provider  对应每个的这个环境配置不一样就可以了 指定了没效果, 包括关掉 本地缓存 也没效果 ``` dubbo: application: enable-file-cache: false ``` 使用 -Duser.home=xxx 后就不报错了 -- 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]
