spq666 opened a new issue, #13784: URL: https://github.com/apache/dubbo/issues/13784
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.  ## Ask your question here 环境:springboot 2.7.5 + nacos 2.2.3 + dubbo 3.2.10 项目启动报错 Default config not found for ApplicationConfig dubbo配置: dubbo: application: name: ${spring.application.name} qos-port: 33333 qos-accept-foreign-ip: false registry: address: 127.0.0.1:8848 timeout: 20000 protocol: nacos register-mode: interface use-as-config-center: false use-as-metadata-center: false parameters: username: ${spring.cloud.nacos.discovery.username} password: ${spring.cloud.nacos.discovery.password} namespace: ${spring.cloud.nacos.discovery.namespace} group: dubbo register-consumer-url: true protocol: port: 20880 name: dubbo serialization: java -- 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]
