You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/16 08:06:54 UTC

[GitHub] [dubbo] AlbumenJ commented on issue #8487: dubbo2.7.12 start with springboot export No registry config found or it's not a valid config! The registry config is:

AlbumenJ commented on issue #8487:
URL: https://github.com/apache/dubbo/issues/8487#issuecomment-1316559145

   > 现在用的duboo-2.7.18版本,启动时报Caused by: java.lang.IllegalStateException: No application config found or it's not a valid config! Please add <dubbo:application name="..." /> to your spring config.,网上查了下原因说是jdk版本与dubbo版本不符导致,请问下jdk1.8环境下springboot集成dubbo+consul时,dubbo+consul目前用哪个版本比较稳定
   
   ```xml
   <dependency>
     <groupId>org.apache.dubbo</groupId>
     <artifactId>dubbo</artifactId>
     <version>3.1.2</version>
   </dependency>
   <dependency>
     <groupId>org.apache.dubbo.extensions</groupId>
     <artifactId>dubbo-registry-consul</artifactId>
     <version>1.0.0</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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org