EarthChen opened a new issue #8096:
URL: https://github.com/apache/dubbo/issues/8096
### Environment
* Dubbo version: 3.0.0
* Operating System version: macos
* Java version: 8
* spring boot: 2.3.9.RELEASE
* dubbo-spring-boot-starter:3.0.0
* dubbo-registry-nacos:3.0.0
### Steps to reproduce this issue
#### build.gradle
```gradle
compile('com.alibaba.nacos:nacos-client:2.0.2')
implementation("org.apache.dubbo:dubbo-spring-boot-starter:3.0.0")
implementation("org.apache.dubbo:dubbo-registry-nacos:3.0.0")
```
#### application.yaml
```yaml
dubbo:
scan:
base-packages: com.test.dubbo.impl
registry:
address:
nacos://127.0.0.1:8848?username=nacos&password=nacos&namespace=test
username: nacos
password: nacos
group: test
parameters:
group: test
namespace: test
username: nacos
password: nacos
protocol:
port: 20880
```

Always add one when you reboot..
but dubbo:2.7.12 will not happen and config list less
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]