Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个可以在应用程序服务器上运行的 Web 项目。那么我必须选择什么原型和组ID?
提前谢谢你
包含示例 Maven Webapp 项目的原型。
archetypeGroupId: org.apache.maven.archetypes archetypeArtifactId :maven-archetype-webapp
如果您偏爱某些框架/应用服务器,则可以使用以下命令获得更多选项。
mvn archetype:generate