# guigen-spring-boot-web-archetype **Repository Path**: guigen-projects/guigen-spring-boot-web-archetype ## Basic Information - **Project Name**: guigen-spring-boot-web-archetype - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-01 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README # README ## Usage To generate a new project from this archetype, type: ### bash rm -rf spring-boot-archetype-example mvn archetype:generate \ -DinteractiveMode=false \ -DarchetypeGroupId=work.guigen.archetype \ -DarchetypeArtifactId=guigen-spring-boot-web-archetype \ -DarchetypeVersion=1.0.6 \ -DgroupId=work.guigen.example \ -DartifactId=spring-boot-archetype-example \ -Dversion=1.0-SNAPSHOT ### idea(演示) archetype: work.guigen.archetype:guigen-spring-boot-web-archetype version: 1.0.6 ### windows terminal(powershell好像有问题) ## Develop #### References + https://packages.aliyun.com/repos/2182069-release-WahyBy/guide ## References + [maven-archetype-archetype](https://maven.apache.org/archetypes/maven-archetype-archetype/index.html) + [maven-archetype-plugin](https://maven.apache.org/archetype/maven-archetype-plugin/index.html) + [maven-assembly-configuration-file](https://maven.apache.org/components/plugins-archives/maven-assembly-plugin-LATEST/assembly-component.html) + 官方项目(参考了一些地方,比如archetype-metadata.xml文件 + https://github.com/apache/maven-archetype