Man*_*wam 8 github intellij-idea maven dropwizard maven-archetype
我想开始一个新的Drop-Wizard项目.在DW github(这里)中指定了maven原型.但我不知道如何将它导入我的Intellij Idea的添加Archtype选项.具体,我必须在存储库字段中提供哪个链接.任何帮助,将不胜感激.
由于dropwizard原型在maven中央存储库中不可用,因此您必须:
$ git clone git@github.com:nicktelford/dropwizard.git
$ git checkout feature/maven-archetypes
$ cd dropwizard/dropwizard-archetypes
$ mvn install
然后将原型样本添加到$ LOCAL_REPO/io/dropwizard/archetypes /下的本地存储库中)$ cd target/classes
$ chmod +x dropwizard-create
$ ./dropwizard-create com.sample sample
在这里,您可以生成项目,然后将其作为maven项目导入Intellij IDEA.
归档时间: |
|
查看次数: |
4047 次 |
最近记录: |