Skip to content

Commit f9b248d

Browse files
kazuki43zoomhalbritter
authored andcommitted
Upgrade to MyBatis Spring Boot Starter 3.0.5
See gh-1872 Signed-off-by: Kazuki Shimizu <[email protected]>
1 parent 2e44f31 commit f9b248d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start-site/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,13 @@ initializr:
583583
description: R2DBC Homepage
584584
- name: MyBatis Framework
585585
id: mybatis
586-
compatibilityRange: "[3.4.0,3.5.0-M1)"
586+
compatibilityRange: "[3.4.0,4.0.0-M1)"
587587
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.
588588
groupId: org.mybatis.spring.boot
589589
artifactId: mybatis-spring-boot-starter
590590
mappings:
591-
- compatibilityRange: "[3.4.0,3.5.0-M1)"
592-
version: 3.0.4
591+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
592+
version: 3.0.5
593593
links:
594594
- rel: guide
595595
href: https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start

0 commit comments

Comments
 (0)