Skip to content
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

升级当前版本的jap、jdk、springboot等,以支持SpringBoot3 #891

Closed
wants to merge 0 commits into from

Conversation

trifolium-x
Copy link
Contributor

升级当前版本的jap、jdk、springboot等,以支持SpringBoot3 #890

  • 升级 JDK 到 17
  • 升级 javax.persistence-api:2.2 到 jakarta.persistence-api:3.1.0
  • 升级 slf4j:1.7.26 到 slf4j:2.0.7
  • 升级 mybatis:3.5.9 到 mybatis:3.5.11
  • 升级 mybatis-spring:2.0.7 到 mybatis-spring:3.0.1
  • 升级 spring-boot:2.6.4 到 spring-boot:3.0.10
  • 升级 spring:4.3.30.RELEASE 到 spring:6.0.11
  • 升级 lombok:1.16.22 到 lombok:1.18.24
  • 希望在下版本中能支持SpringBoot3

@abel533
Copy link
Owner

abel533 commented Sep 10, 2023

兼容jdk17,springboot3和只支持jdk17,springboot3是有区别的。

@trifolium-x
Copy link
Contributor Author

不知道何时能支持springboot3,现在想用新版的只能fork一个版本自己打包了,很不方便,希望尽快出个支持的版本,大家好适配。

@WangJincheng4869
Copy link

不知道何时能支持springboot3,现在想用新版的只能fork一个版本自己打包了,很不方便,希望尽快出个支持的版本,大家好适配。

可以使用自定义 EntityResolve 的方式临时解决,我目前就是这么干的。加一行配置就行了。

mapper:
  resolve-class: com.simperfect.commons.mapper.mapperhelper.resolve.JakartaEntityResolve # 配置解析器为我们自定义的解析器,使其支持 Jakarta API

@trifolium-x
Copy link
Contributor Author

@WangJincheng4869 感谢,但似乎不能解决所有问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants