Skip to content
Closed
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
4 changes: 3 additions & 1 deletion start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,15 @@ initializr:
description: R2DBC Homepage
- name: MyBatis Framework
id: mybatis
compatibilityRange: "[3.4.0,4.0.0-M1)"
compatibilityRange: "[3.4.0,4.1.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.4.0,4.0.0-M1)"
version: 3.0.5
- compatibilityRange: "4.0.0"
version: 4.0.0
links:
- rel: guide
href: https://github.com/mybatis/spring-boot-starter/wiki/Quick-Start
Expand Down
Loading