Swagger31 SpringBoot에 Swagger3 설정하기(Gradle) 개인적으로 가지고 놀고 있는 토이 프로젝트에 Swagger를 적용하기로 결심했다. Swagger 같은경우 REST API 명세를 손쉽게 문서화 할 수 있는 라이브러리이다. 대부분의 모든 회사에서 실무에 적용하고 있다. SpingBoot3.0이상 버전부터는 Swagger3적용되고 Swagger2는 적용되지 않는다. build.gradle implementation 'io.springfox:springfox-boot-starter:3.0.0' SwaggerConfig import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.docume.. 2023. 7. 6. 이전 1 다음