Create Java project with Maven archetype camel-spring-boot-archetype

Shows how to use Camel with Spring Boot in the Java Container.

Create a Java Project by archetype camel-spring-boot-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.fabric8.archetypes"   -DarchetypeArtifactId="camel-spring-boot-archetype"   -DarchetypeVersion="1.1.0.CR1"   -DinteractiveMode=false 

Details about maven archetype camel-spring-boot-archetype

License

License

GroupId

GroupId

io.fabric8.archetypes
ArtifactId

ArtifactId

camel-spring-boot-archetype
Version

Version

1.1.0.CR1
Type

Type

maven-archetype
Description

Description

Fabric8 :: Archetypes :: QuickStart Camel and Spring Boot
Shows how to use Camel with Spring Boot in the Java Container.
Project Organization

Project Organization

Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=camel-spring-boot-archetype -DarchetypeVersion=1.1.0.CR1 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
io.fabric8 : archetype-builder jar 1.1.0.CR1

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.