mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 12:18:04 +08:00
Add support for Apache Camel
Closes gh-207
This commit is contained in:
parent
ccdad4d394
commit
7c78e054e8
@ -15,6 +15,10 @@ server:
|
||||
initializr:
|
||||
env:
|
||||
boms:
|
||||
camel-bom:
|
||||
groupId: org.apache.camel
|
||||
artifactId: camel-parent
|
||||
version: 2.17.0
|
||||
vaadin-bom:
|
||||
groupId: com.vaadin
|
||||
artifactId: vaadin-bom
|
||||
@ -568,6 +572,13 @@ initializr:
|
||||
groupId: org.activiti
|
||||
artifactId: activiti-spring-boot-starter-basic
|
||||
version: 5.19.0
|
||||
- name: Apache Camel
|
||||
id: camel
|
||||
groupId: org.apache.camel
|
||||
artifactId: camel-spring-boot-starter
|
||||
version: 2.17.0
|
||||
description: Integration using Apache Camel
|
||||
bom: camel-bom
|
||||
- name: JMS (Artemis)
|
||||
id: artemis
|
||||
description: Java Message Service API via Apache Artemis
|
||||
|
Loading…
Reference in New Issue
Block a user