-
Notifications
You must be signed in to change notification settings - Fork 26.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] spring5.3.39 cannot start in springboot3.2.5 #15041
Comments
Spring Boot 3.0 builds on and requires Spring Framework 6 |
download source code and build, install to maven repo? |
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>
|
Refer to this example to import spring boot bom to manage spring versions |
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
spring5.3.39 cannot start in springboot3.2.5
Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: