update readme

This commit is contained in:
oppofind 2019-11-03 16:37:21 +08:00
parent 339a64a03f
commit 11be9027f0
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Or a static html document. If you are tired of the numerous annotations and stro
This example already provides a static html document generated in advance. You can start the Spring Boot project and then go directly to `http://localhost:8080/doc/api.html` to view the interface documentation generated by smart-doc.
Of course you can also browse `http://localhost:8080/doc/api.html`,
which looks a html like generated by `asciidoctor-maven-plugin` plugin.
### dependency
### Dependency
#### maven
```
<dependency>

View File

@ -23,7 +23,7 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
# git clone https://github.com/shalousun/api-doc-test.git
```
你可以启动这个Spring Boot的项目然后访问`http://localhost:8080/doc/api.html`来浏览smart-doc生成的接口文档。
### dependency
### Dependency
#### maven
```
<dependency>