2 Star 13 Fork 8

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 954 Bytes
一键复制 编辑 原始数据 按行查看 历史
shalousun 提交于 2021-10-26 11:47 . 添加Makefile
# 注意:window环境下先安装MinGW,idea中Makefile Support插件
# Makefile 命令开头必须为tab键
# 生成spring-boot-web的文档
spring-boot-web@html-doc:
mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web -am
# 生成spring-boot-web2的文档
spring-boot-web2@html-doc:
mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web2 -am
# 生成spring-boot-web3的文档,web3依赖sub-module中的simple-api
spring-boot-web3@html-doc:
mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web3 -am
# 生成spring-boot-web4的文档,web3依赖module2
spring-boot-web4@html-doc:
mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :spring-boot-web4 -am
# 生成sub-module中子模块web-test的文档
web-test-module@html-doc:
mvn -X smart-doc:html -Dfile.encoding=UTF-8 -pl :web-test -am
# dubbo文档生成测试
dubbo@rpc-doc:
mvn -X smart-doc:rpc-html -Dfile.encoding=UTF-8 -pl :dubbo-provider -am
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

搜索帮助