-
I am running my application on Spring Boot 3.2.4 with Java 17. For generating Swagger/OpenAPI documentation, I am using Springdoc-OpenApi version 2.5.0. I came across the springdoc-openapi-maven-plugi…
ragro updated
2 months ago
-
希望有个springdoc-openapi跟dubbo整合示例
-
Here's a valid SpringMVC code:
```java
@RequestMapping("/multiple-produced-content-types")
public class MultipleProducedContentTypes {
@GetMapping(path = "/", produces = MediaType.APPLICATION_J…
-
See https://github.com/quarkusio/quarkus/issues/40328
/cc @mrickly
@MikeEdgar - w.d.y.t ?
-
https://www.tutorialspoint.com/spring_boot/spring_boot_enabling_swagger2.htm
-
- [x] 회원가입 API 구현
- [x] 가게에 리뷰 추가하기 API
- [x] 가게의 미션을 도전 중인 미션에 추가(미션 도전하기) API
-
Maybe I misunderstood how "specification-arg-resolver" integrates with [Springdoc-openapi](https://github.com/tkaczmarzyk/specification-arg-resolver#swagger-support), but I cannot set a description in…
-
--1.7 中是:
public List getGroupConfigs() {
return this.groupConfigs;
}
升级到1.8后 变:
public Set getGroupConfigs() {
return this.groupConfigs;
}
--- 错误日志:
Handler disp…
-
https://runing-time.github.io/book/doc/tool/%E9%99%84%E4%BB%B6/
-
After adding a single line:
`server.servlet.context-path=/mytest
`
I start receiving an error on (mvn clean verify)
```
[INFO]
[INFO] --- springdoc-openapi-maven-plugin:1.4:generate (integr…