# spring-boot-maven-multiple-module **Repository Path**: rousidanshaofan/spring-boot-maven-multiple-module ## Basic Information - **Project Name**: spring-boot-maven-multiple-module - **Description**: smart-doc官方maven 插件多模块使用示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2022-08-11 - **Last Updated**: 2022-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-maven-multiple-module #### Description smart-doc-maven-plugin多模块测试例子,本项目严格按照父子级来构建一个项目, spring-boot-web和spring-boot-web2两个web都需要依赖common模块,因此如果是直接用mvn命令 在spring-boot-web或者spring-boot-web2都是不能直接编译项目的,要想单独编译某一个模块必须是使用 maven的`pl`操作才行。对于严格按照父子级构建的项目使用smart-doc-maven-plugin要单独生成某一个模块 也需要使用相同的操作,操作指令参考如下。 ``` mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web -am mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web2 -am mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :web-test -am ``` #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)