mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 20:28:01 +08:00
Upgrade to mybatis 1.2.1 and 1.3.0
See gh-402
This commit is contained in:
parent
af98413b43
commit
bcf0566e06
@ -428,10 +428,12 @@ 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.0.M2)"
|
- versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE)"
|
||||||
version: 1.1.1
|
version: 1.1.1
|
||||||
- versionRange: 1.4.0.M2
|
- versionRange: "[1.4.0.RELEASE,1.4.x.BUILD-SNAPSHOT)"
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
|
- versionRange: 1.5.x.RELEASE
|
||||||
|
version: 1.3.0
|
||||||
- name: JDBC
|
- name: JDBC
|
||||||
id: jdbc
|
id: jdbc
|
||||||
description: JDBC databases
|
description: JDBC databases
|
||||||
|
Loading…
Reference in New Issue
Block a user