Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.x/Chapter3-2-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incompatible Dependency Versions Cause Issues

The mybatis-spring-boot-starter 1.2.0 dependency requires Spring Boot 1.4+, but the project uses 1.3.2.RELEASE. This version mismatch may cause runtime failures or unexpected behavior.

Fix in Cursor Fix in Web

</dependency>

<dependency>
Expand Down