Skip to content

Commit

Permalink
Upgrade to MyBatis Spring 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo authored and snicoll committed Nov 25, 2023
1 parent 7ef3d1c commit 7171581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ initializr:
description: R2DBC Homepage
- name: MyBatis Framework
id: mybatis
compatibilityRange: "[3.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.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.
links:
- rel: guide
Expand All @@ -506,7 +506,7 @@ initializr:
artifactId: mybatis-spring-boot-starter
mappings:
- compatibilityRange: "3.0.0"
version: 3.0.2
version: 3.0.3
- name: Liquibase Migration
id: liquibase
description: Liquibase database migration and source control library.
Expand Down

0 comments on commit 7171581

Please sign in to comment.