Spring Rest Docs (3) - Validation 규칙을 API 문서에 추가하기 (restdocs-api-spec)
이 글에서 사용한 전체 코드는 다음 레포지토리에 존재합니다.https://github.com/HeeChanN/java-play-ground/tree/main/practice_rest_docs java-play-ground/practice_rest_docs at main · HeeChanN/java-play-groundjava로 이것저것. Contribute to HeeChanN/java-play-ground development by creating an account on GitHub.github.com 1. jakarta.validation.* 을 지원하지 않는 문제 JDK 17, Spring Boot 3.x 버전을 사용하면 Bean Validation을 jakarta.* 의존성을 사용한다. 공식문..