update readme
This commit is contained in:
parent
339a64a03f
commit
11be9027f0
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue