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-unsubscr...@dubbo.apache.org

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


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

Reply via email to