Skip to content

Commit

Permalink
Upgrade to MyBatis Spring Boot Starter 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Nov 27, 2024
1 parent f14548d commit d3825e1
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 d3825e1

Please sign in to comment.