取消smart-doc编译期执行

This commit is contained in:
walker-sheng 2021-08-03 14:23:11 +08:00
parent 83f5ada9f3
commit dd553411a8

View File

@ -166,7 +166,7 @@
<executions>
<execution>
<!--如果不需要在执行编译时启动smart-doc则将phase注释掉-->
<phase>compile</phase>
<!-- <phase>compile</phase>-->
<goals>
<!--smart-doc提供了html、openapi、markdown等goal可按需配置-->
<goal>html</goal>