Dubbo's xml file configuration check option does not work at startup

1. Configure the shutdown startup check option in the xml file, which does not work.
for example, when configuring < dubbo:reference id= "demoService" interface= "cn.dubbo.service.DemoService" check= "false" / > on the consumer side, it will still report No provider errors when starting dubbo and springboot integration or dubbo and spring integration. This problem will occur
. If the shutdown startup check is written in the properties file in the springboot project, it can work. I don"t know why, ask

.

2. In addition, in the springboot and dubbo integration project, if dubbo.application is configured in the xml file, the startup will report this error
clipboard.png
written in the properties file, then start normally. Do not understand why, ask for advice, in the integration of dubbo and spring, there is no such problem

3. How to start the service without a registry is configured through dubbo.register.check? Neither the configuration in the properties file nor the configuration in the xml file is useful

Jun.24,2022
Menu