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