release 1.7.7

This commit is contained in:
oppofind 2019-11-19 14:18:04 +08:00
parent d7ab2ca964
commit 3addd29729
3 changed files with 5 additions and 5 deletions

View File

@ -29,13 +29,13 @@ which looks a html like generated by `asciidoctor-maven-plugin` plugin.
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
```
#### gradle
```
testCompile 'com.github.shalousun:smart-doc:1.7.6'
testCompile 'com.github.shalousun:smart-doc:1.7.7'
```
### Create a unit test
Just running a unit test will allow Smart-doc to generate a very concise api document for you,

View File

@ -30,13 +30,13 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>1.7.6</version>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
```
#### gradle
```
testCompile 'com.github.shalousun:smart-doc:1.7.6'
testCompile 'com.github.shalousun:smart-doc:1.7.7'
```
### Create a unit test
通过运行一个单元测试来让Smart-doc为你生成一个简洁明了的api文档

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-doc</artifactId>
<packaging>jar</packaging>
<version>1.7.6</version>
<version>1.7.7</version>
<name>smart-doc</name>
<url>https://github.com/shalousun/smart-doc.git</url>