Skip to content

Commit

Permalink
Merge pull request #1655 from kazuki43zoo
Browse files Browse the repository at this point in the history
* gh-1655:
  Upgrade to MyBatis Spring Boot Starter 3.0.4

Closes gh-1655
  • Loading branch information
wilkinsona committed Nov 28, 2024
2 parents f14548d + b25f96b commit 5f6df0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,13 @@ initializr:
description: R2DBC Homepage
- name: MyBatis Framework
id: mybatis
compatibilityRange: "[3.3.0,3.4.0-M1)"
compatibilityRange: "[3.3.0,3.5.0-M1)"
description: Persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations.
groupId: org.mybatis.spring.boot
artifactId: mybatis-spring-boot-starter
mappings:
- compatibilityRange: "[3.3.0,3.4.0-M1)"
version: 3.0.3
- compatibilityRange: "[3.3.0,3.5.0-M1)"
version: 3.0.4
links:
- rel: guide
href: https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start
Expand Down

0 comments on commit 5f6df0b

Please sign in to comment.