update README

This commit is contained in:
oppofind 2019-10-01 00:08:21 +08:00
parent 5a6c56f17d
commit 1f559d01e4
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ Or a static html document. If you are tired of the numerous annotations and stro
- Support for loading source code from outside the project to generate field comments (including the sources jar package).
- Support for generating multiple formats of documents: Markdown, HTML5, Asciidoctor.
## Getting started
Smart-doc Usage[smart-doc demo](https://github.com/shalousun/api-doc-test)。
[Smart-doc Samples](https://github.com/shalousun/smart-doc-demo.git)。
```
# git clone https://github.com/shalousun/api-doc-test.git
# git clone https://github.com/shalousun/smart-doc-demo.git
```
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`,