diff --git a/README.md b/README.md
index eb0e5a8..effcdba 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ which looks a html like generated by `asciidoctor-maven-plugin` plugin.
com.github.shalousun
smart-doc
- 1.7.0
+ 1.7.2
test
```
diff --git a/README_CN.md b/README_CN.md
index ee38b53..5d2b084 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -28,7 +28,7 @@ smart-doc使用和测试可参考[smart-doc demo](https://gitee.com/sunyureposit
com.github.shalousun
smart-doc
- 1.7.0
+ 1.7.2
test
```
@@ -128,11 +128,13 @@ public class ApiDocTest {
mvn clean install
```
## Releases
-[发布记录](https://github.com/shalousun/smart-doc/blob/master/RELEASE_CN.md/)
+[发布记录](https://gitee.com/sunyurepository/smart-doc/blob/master/RELEASE.md)
## Other reference
- [smart-doc功能使用介绍](https://my.oschina.net/u/1760791/blog/2250962)
- [smart-doc wiki](https://gitee.com/sunyurepository/smart-doc/wikis/Home?sort_id=1652800)
## License
-Smart-doc is under the Apache 2.0 license. See the [LICENSE](https://github.com/shalousun/smart-doc/blob/master/license.txt) file for details.
+Smart-doc is under the Apache 2.0 license. See the [LICENSE](https://gitee.com/sunyurepository/smart-doc/blob/master/license.txt) file for details.
## Contact
+愿意参与构建smart-doc或者是需要交流问题可以加入qq群:
+
QQ群: 170651381
diff --git a/RELEASE.md b/RELEASE.md
index 6e5588f..4cbf446 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -67,15 +67,15 @@
5. 支持Spring Boot Web Flux(Controller方式书写)。
#### 版本号:1.7.1
-- 更新日期:待定
+- 更新日期:已废弃
- 更新内容:
1. 优化注释换行\n\r问题。
2. 修改bug #I135PG
3. 添加requestHeader功能
#### 版本号:1.7.2
-- 更新日期:待定
+- 更新日期:2019-10-19
- 更新内容:
- 1. 优化注释换行\n\r问题。
+ 1. 优化注释换行\n\r问题,依赖common-util 1.8.7。
2. 修改gitee上bug #I135PG、#I13NR1。
3. 添加@requestHeader注解的支持,文档自定将参数绑定到请求头列表中。
4. 增加javadoc apiNote tag的支持。
@@ -84,6 +84,7 @@
7. 支持使用@PostMapping和@PutMapping请求自定义注解接收单个json参数场景下生成json请求实例。
8. 新增对Spring ResponseEntity的解析。
9. 增加内部类返回结构解析。
+ 10. 修改文档中显示的字段类型,float、double等由原来的number直接变成具体类型。
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 7f837bf..45d4d4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
smart-doc
jar
- 1.7.1
+ 1.7.2
smart-doc
https://github.com/shalousun/smart-doc.git