mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +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
|
||||
artifactId: mybatis-spring-boot-starter
|
||||
mappings:
|
||||
- versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE)"
|
||||
- versionRange: "[1.3.0.RELEASE,1.4.0.RELEASE)"
|
||||
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
|
||||
- versionRange: 1.5.x.RELEASE
|
||||
- versionRange: 1.5.0.RELEASE
|
||||
version: 1.3.0
|
||||
- name: JDBC
|
||||
id: jdbc
|
||||
|
Loading…
Reference in New Issue
Block a user