mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-08 02:14:55 +08:00
Merge pull request #208 from davsclaus/camel
* pr/208: Polish contribution Add support for Apache Camel
This commit is contained in:
@@ -15,6 +15,10 @@ server:
|
|||||||
initializr:
|
initializr:
|
||||||
env:
|
env:
|
||||||
boms:
|
boms:
|
||||||
|
camel-bom:
|
||||||
|
groupId: org.apache.camel
|
||||||
|
artifactId: camel-parent
|
||||||
|
version: 2.17.0
|
||||||
vaadin-bom:
|
vaadin-bom:
|
||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
@@ -568,6 +572,12 @@ initializr:
|
|||||||
groupId: org.activiti
|
groupId: org.activiti
|
||||||
artifactId: activiti-spring-boot-starter-basic
|
artifactId: activiti-spring-boot-starter-basic
|
||||||
version: 5.19.0
|
version: 5.19.0
|
||||||
|
- name: Apache Camel
|
||||||
|
id: camel
|
||||||
|
groupId: org.apache.camel
|
||||||
|
artifactId: camel-spring-boot-starter
|
||||||
|
description: Integration using Apache Camel
|
||||||
|
bom: camel-bom
|
||||||
- name: JMS (Artemis)
|
- name: JMS (Artemis)
|
||||||
id: artemis
|
id: artemis
|
||||||
description: Java Message Service API via Apache Artemis
|
description: Java Message Service API via Apache Artemis
|
||||||
|
|||||||
Reference in New Issue
Block a user