update release.md
This commit is contained in:
parent
e84be12407
commit
a98c5c9c58
|
@ -110,6 +110,7 @@
|
|||
3. 支持环形依赖分析。只要你敢写!
|
||||
4. 修改使用SpringMvc或者SpringBoot上传时接口的Content-Type显示错误。
|
||||
5. 支持设置项目作为markdown的一级标题。
|
||||
6. 修改方法注释相同引起的html链接跳转错误
|
||||
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ public class ApiMethodDoc implements Serializable {
|
|||
/**
|
||||
* http contentType
|
||||
*/
|
||||
private String contentType = "application/x-www-form-urlencoded";
|
||||
private String contentType = "application/x-www-form-urlencoded;charset=utf-8";
|
||||
|
||||
/**
|
||||
* http request headers
|
||||
|
|
Loading…
Reference in New Issue