https://docs.spring.io/spring-restdocs/docs/current/reference/htmlsingle/#getting-started-documentation-snippets-setup Spring REST Docs Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test or WebTestClient. docs.spring.io 틀린 해석이 있다면 알려주세요 감사합니다 😌 Setting up Your JUnit 5 Tests @ExtendWith(RestDocumentationExtension.class) pub..