문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
springframework:springdoc [2020/07/13 17:30] kwon37xi |
springframework:springdoc [2022/06/02 21:49] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 2: | 줄 2: | ||
| * [[https:// | * [[https:// | ||
| * [[: | * [[: | ||
| + | * OpenAPI 3 어노테이션 없이, Spring MVC/WebFlux 어노테이션을 인식하여 자동으로 OpenAPI Spec 3 문서 생성 | ||
| + | * [[springframework: | ||
| - | ===== 주의 | + | ===== 기본 설정 |
| * '' | * '' | ||
| + | * Spring Properties 설정 | ||
| + | |||
| + | <code yml> | ||
| + | springdoc: | ||
| + | swagger-ui: | ||
| + | path: / | ||
| + | paths-to-match: | ||
| + | </ | ||
| + | |||
| + | ===== springdoc-openapi-gradle-plugin ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * '' | ||
| ===== 참조 ===== | ===== 참조 ===== | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||