We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1、jdk适配调整到jdk17 2、springboot升级至3.1.x 3、velocity由1.7升级至2.3,并适配jakarta 4、javax.servlet全量切换至jakarta 5、spring.factories的自动配置方式在3.x版本后已经移除,完成相关的适配改造,和常用三方starter中自动配置的手动引入 6、dubbo升级至3.2.x,原因是只有3.2.x才支持spring6。相关ISSUE
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、jdk适配调整到jdk17
2、springboot升级至3.1.x
3、velocity由1.7升级至2.3,并适配jakarta
4、javax.servlet全量切换至jakarta
5、spring.factories的自动配置方式在3.x版本后已经移除,完成相关的适配改造,和常用三方starter中自动配置的手动引入
6、dubbo升级至3.2.x,原因是只有3.2.x才支持spring6。相关ISSUE
The text was updated successfully, but these errors were encountered: