美文网首页
IDEA创建dropwizard项目

IDEA创建dropwizard项目

作者: Canteranos | 来源:发表于2019-07-19 23:46 被阅读0次

1. Generate local archetype-catalog.xml in repository directory

   mvn archetype:crawl

1. Add archetype

   io.dropwizard.archetypes:java-simple:1.3.13

2. Add properties

   archetypeCatalog=local

   name=Demo

3. ${groupId}.${name}Application will be generated

相关文章

网友评论

      本文标题:IDEA创建dropwizard项目

      本文链接:https://www.haomeiwen.com/subject/fvgelctx.html