-
![Image](https://github.com/hvantran/project-management/assets/17746024/7512b3f4-ec72-4087-9dba-9dbe0931d079)
-
Hi Team,
For Swagger api response of List of Objects, if it Is exceeding count of more than around 3000 records, swagger api shows
😱 Could not render yt, see the console.
with console error
Ra…
-
Please first read carefully [Report an issue](https://github.com/SAP/cloud-security-services-integration-library/blob/main/CONTRIBUTING.md#report-an-issue) section before creating an Issue.
**Issue…
-
package com.A;
public class userAgentDto {
private String userAgent;
}
package com.b;
public class userAgentDto {
private String test;
}
Only one of them can be recog…
-
地址:https://springdoc.cn/
名称:spring 中文文档
Logo:
![120](https://github.com/dromara/hutool/assets/17979625/20fed57e-0f64-4019-8ebd-6eb46ddf07d8)
-
Vulnerable Library - springdoc-openapi-starter-webmvc-api-2.2.0.jar
Path to dependency file: /examples/examples-crud/build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/module…
-
#요약
Swagger 사용을 위해 기존 프로제트에 springdoc 라이브러리를 추가하고 설정을 마친뒤 프로젝트를 실행시켰다. 실행 자체는 문제가 없었지만 swagger-ui/index.html 페이지에 접속을 하니 jackson-databind에서 java.lang.NoClassDefFoundError 에러가 발생함.
## 상황 (재현방법)
1.…
-
"C:\Program Files\Java\jdk1.8.0_202\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:59309,suspend=y,server=n -XX:TieredStopAtLevel=1 -noverify -Dspring.output.ansi.enabled=always -D…
-
**Describe the solution you'd like**
Spring uses Jackson to serialize the java objects to json.
Since Jackson serializes all fields by default the generated OpenApi documentation would match that …
-
Hello,
we have a set of Java Spring Boot applications, that we updated today to version 3.0.7. For monitoring the applications we have added dependency "io.micrometer:micrometer-registry-prometheus…