갑자기 스웨거 생성이 안되었다.
해결방법
1. @RestControllerAdvice(annotations = {RestController.class})을 없앤다.
@RestControllerAdvice(annotations = {RestController.class})
2. 버전을 수정한다.
2.3.0에서 2.7.0으로 바꾸니 잘 동작한다.
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0'
'Server > spring' 카테고리의 다른 글
[CICD] SpringBoot + Github Action + EC2 배포 (0) | 2025.01.05 |
---|---|
[spring/IntelliJ] error: Attempt to recreate a file for type ~ (0) | 2025.01.02 |
[spring] Cannot resolve method 'assertThat' in 'Assertions' (0) | 2024.11.29 |
[spring] DB 연동 (0) | 2024.11.03 |
[spring] Dependency requires at least JVM runtime version 17. This build uses a Java 8 JVM (0) | 2024.10.15 |