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

   > > I don't quite understand what you mean. Spring Boot 3 must dependency on 
Spring 6.
   > 
   > After I introduced dubbo, I couldn't start my project. My springboot 
version is 3.2.5, and I saw that the spring version of dubbo-config is 5.3.39, 
so I have questions about this: How to introduce dubbo dependencies in the 
springboot3 (spring6) environment?
   > 
   > my code:
   > 
   >       <dependency>
   >         <groupId>org.apache.dubbo</groupId>
   >         <artifactId>dubbo-spring-boot-autoconfigure-compatible</artifactId>
   >         <version>3.3.2</version>
   >       </dependency>
   >       <dependency>
   >         <groupId>org.apache.dubbo</groupId>
   >         <artifactId>dubbo-spring-boot-starter</artifactId>
   >         <version>3.3.2</version>
   >       </dependency>
   
   You can directly exclude spring-boot dependencies from dubbo


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to