mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-09 23:28:05 +08:00
Fix mybatis version range
Closes gh-402
This commit is contained in:
parent
bcf0566e06
commit
2c944282d9
@ -428,11 +428,11 @@ initializr:
|
|||||||
groupId: org.mybatis.spring.boot
|
groupId: org.mybatis.spring.boot
|
||||||
artifactId: mybatis-spring-boot-starter
|
artifactId: mybatis-spring-boot-starter
|
||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE)"
|
- versionRange: "[1.3.0.RELEASE,1.4.0.RELEASE)"
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
- versionRange: "[1.4.0.RELEASE,1.4.x.BUILD-SNAPSHOT)"
|
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
|
||||||
version: 1.2.1
|
version: 1.2.1
|
||||||
- versionRange: 1.5.x.RELEASE
|
- versionRange: 1.5.0.RELEASE
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
- name: JDBC
|
- name: JDBC
|
||||||
id: jdbc
|
id: jdbc
|
||||||
|
Loading…
Reference in New Issue
Block a user