RestDoc icon indicating copy to clipboard operation
RestDoc copied to clipboard

在运行时,使用Javadoc文档注释生成Swagger/OpenAPI规范

Results 8 RestDoc issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.7 to 2.9.10.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.7&new-version=2.9.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

swagger前端页面可否替换成knife4j的包

![image](https://user-images.githubusercontent.com/38345111/123079612-b12d3680-d44e-11eb-8a44-23f53012762a.png) 将resolveJavaDocAsTypeName设为true时,不同的类具有相同的描述会在图片的地方无限递归(相同的描述是模版生成的),这个问题应该可以优化一下。

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.7 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.7&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

我简单排查了几个,包括org.springframework:spring-core更新导致 LocalVariableTableParameterNameDiscoverer 弃用换了StandardReflectionParameterNameDiscoverer 还有org.springframework.boot.web.servlet.FilterRegistrationBean.setFilter(javax.servlet.Filter)似乎也挂了 总而言之这个项目大概是匹配不上最新springboot版本了

Bumps [com.google.guava:guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from com.google.guava:guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...

dependencies

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.12.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.6.1&new-version=2.12.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

有些时候bll层返回本层自定义的实体,通过接口层直接返给前端就可以了,但是bll层的实体类参数的注释,restdoc能否扫描到文档中呢?