mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-04 20:58:03 +08:00
Merge pull request #702 from Claus Ibsen
* gh-702: Enable Apache Camel when using Spring Boot 2.0
This commit is contained in:
commit
3a3f65e5ef
@ -1217,12 +1217,14 @@ initializr:
|
|||||||
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-email
|
||||||
- name: Apache Camel
|
- name: Apache Camel
|
||||||
id: camel
|
id: camel
|
||||||
versionRange: "[1.4.0.RELEASE,2.0.0.M1)"
|
versionRange: "1.4.0.RELEASE"
|
||||||
mappings:
|
mappings:
|
||||||
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
|
- versionRange: "[1.4.0.RELEASE,1.5.0.RELEASE)"
|
||||||
version: 2.18.5
|
version: 2.18.5
|
||||||
- versionRange: "[1.5.0.RELEASE,2.0.0.M1)"
|
- versionRange: "[1.5.0.RELEASE,2.0.0.M1)"
|
||||||
version: 2.21.1
|
version: 2.21.1
|
||||||
|
- versionRange: "2.0.0.M1"
|
||||||
|
version: 2.22.0
|
||||||
description: Integration using Apache Camel
|
description: Integration using Apache Camel
|
||||||
groupId: org.apache.camel
|
groupId: org.apache.camel
|
||||||
artifactId: camel-spring-boot-starter
|
artifactId: camel-spring-boot-starter
|
||||||
|
Loading…
Reference in New Issue
Block a user