genDoc
genDoc copied to clipboard
Help you to generate API documents
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.36 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.36 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...
Bumps [gson](https://github.com/google/gson) from 2.7 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
输出文档优化
建议完善输出文档的内容,比如返回的是:  这样的数据,目前只能显示data部分的结果,如果data部分是基本的数据类型,比如String,Long,Boolean等,文档输出并没有这部分内容,建议加入根据泛型数据的内容调整显示code部分,列如这样的 
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
[]() >  ``` 警告: class: org.springframework.data.mongodb.core.geo.GeoJsonPoint not found in sourceRoot list! 九月 29, 2020 2:31:33 下午 com.easycodingnow.parse.Parse parse 警告: class: java.math.BigDecimal not found in sourceRoot list! Exception in thread...
几个场景疑问
1.返回对象内的属性不是基本数据类型,是对象,支持吗? ` public class TreeElem { private String id; private String text; private String icon; private TreeElemState state; private List children; } ` 2.泛型支持吗? @ResponseBody 返回的有泛型,List或者自定义的泛型 `public class Result {...
Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.3.10.RELEASE to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...