`
alloyer
  • 浏览: 32444 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

创建Camel-web工程

阅读更多

使用命令:

mvn archetype:generate -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-war -DarchetypeVersion=2.0-SNAPSHOT -DarchetypeRepository=https://repository.apache.org/content/groups/snapshots-group

 

然后输入groupId,artifactId等信息,创建camel-war工程成功,该工程将自动引入相关的依赖包和Camel Web Console组件。

 

使用mvn jetty:run-war可以运行该工程。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics