2 Star 13 Fork 8

smart-doc-team / spring-boot-maven-multiple-module

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.en.md 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
上官胡闹 提交于 2021-04-27 21:52 . 添加多层级项目测试

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
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
1
https://gitee.com/smart-doc-team/spring-boot-maven-multiple-module.git
git@gitee.com:smart-doc-team/spring-boot-maven-multiple-module.git
smart-doc-team
spring-boot-maven-multiple-module
spring-boot-maven-multiple-module
master

搜索帮助