From b2ad4bb081e6cc1923977f511493dd24360ccfa9 Mon Sep 17 00:00:00 2001 From: oppofind <836575280@qq.com> Date: Tue, 31 Dec 2019 22:56:41 +0800 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 59f8bcf..568c2e9 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,9 @@ public class ApiDocTest { ![request-params](https://images.gitee.com/uploads/images/2019/1231/223710_88933f55_144669.png "request.png") #### Response parameter example renderings ![response-fields](https://images.gitee.com/uploads/images/2019/1231/223817_32bea6dc_144669.png "response.png") +## Use Maven Plugin +Smart-doc provides a maven plugin to quickly integrate into the project to generate documentation. + You can use the plugin instead of the unit test above.[smart-doc-maven-plugin](https://github.com/shalousun/smart-doc-maven-plugin) ## Building you can build with the following commands. (Java 1.8 is required to build the master branch) ```