LBJWt commented on issue #3512: URL: https://github.com/apache/incubator-shenyu/issues/3512#issuecomment-1153330867
The problem is solved. The reason is that the nacos sync package is not import. The master's bootstrap only has nacos without the import of the sync package. Others are import. this https://shenyu.apache.org/zh/docs/deployment/deployment-quick/ package is the same question . ``` <!-- apache shenyu data sync start use nacos--> <dependency> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-spring-boot-starter-sync-data-nacos</artifactId> <version>${project.version}</version> </dependency> ``` -- 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]
