Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
该 PR 旨在将项目相关模块对齐到 Spring Boot 4.0.2 / Spring Framework 7.0.3 的依赖版本体系,并修复随之而来的少量 Spring Boot API/包名变更带来的编译适配问题。
Changes:
- 升级 Spring / Spring Boot / MyBatis / Jakarta Persistence / SLF4J / Logback 等关键依赖版本属性
- 适配 Spring Boot 中
DataSourceAutoConfiguration的包名变更 - 调整
PropertyMapper的使用方式以兼容新版 Spring Boot API
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pom.xml |
升级 jakarta.persistence-api、slf4j-api、mybatis、logback 等版本属性 |
spring/pom.xml |
升级 Spring Framework 与 mybatis-spring 版本属性 |
spring-boot-starter/pom.xml |
升级 Spring Boot 与 mybatis-spring 版本属性;新增 JDBC starter 的依赖管理条目 |
spring-boot-starter/mapper-spring-boot-autoconfigure/pom.xml |
新增对 spring-boot-starter-jdbc 的依赖 |
.../MybatisProperties.java |
更新 PropertyMapper 初始化方式以兼容新版 API |
.../MapperAutoConfiguration.java |
更新 DataSourceAutoConfiguration 的 import 包路径以适配新版 Spring Boot |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Owner
|
已发布6.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
类库升级情况(对齐springboot4.0.2规定的类库版本):