# xqt **Repository Path**: 876860131_robert/xqt ## Basic Information - **Project Name**: xqt - **Description**: 咸阳市企业通 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-06 - **Last Updated**: 2023-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #项目名称:党史知识竞赛活动管理系统 参考网址: https://www.cnblogs.com/xiaomaohai/p/6157734.html https://blog.csdn.net/lusyoe/article/details/62442408 2从已有项目生成原型 只需执行上面列举的两条命令,即可将一个已有项目安装到本地原型库: ~~~ mvn archetype:generate -DarchetypeCatalog=local 本地 mvn archetype:generate -DarchetypeCatalog=romote 远程 mvn archetype:generate -DarchetypeCatalog=http:localhost:8080/archetype-catalog.xml mvn archetype:create-from-project cd target\generated-sources\archetype mvn install mvn deploy ~~~ 原型生成: 交互式命令: ~~~ mvn archetype:generate -DarchetypeCatalog=local ~~~ 非交互式命令: ~~~ mvn archetype:generate -B -DarchetypeGroupId=com.wlsj.components -DarchetypeArtifactId=general-web-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=com.wlsj -DartifactId=demo -Ddescription=示例工程 ~~~