반응형 swagger 설정3 Swagger Springboot 3.x application.yml, properties 설정 옵션 Swagger Springboot 3.x application.yml, properties 설정 옵션입니다. Swagger 의 다양한 설정 방법은 아래의 Link를 확인하세요! Link : https://aljjabaegi.tistory.com/713 Swagger Springboot 3.x 의존성 주입 및 Information 설정, 기본 설정 Swagger Springboot 3.x 의존성 주입 및 Information 설정, 초기 세팅 방법입니다. 의존성 추가 Gradle 에 Spring-web starter 와 Swagger dependency를 추가합니다. dependencies { implementation 'org.springframework.boot:spring-boot-sta aljjab.. Programing/API 2024. 3. 25. Swagger Springboot 3.x 의존성 주입 및 Information 설정, 기본 설정 Swagger Springboot 3.x 의존성 주입 및 Information 설정, 초기 세팅 방법입니다. 의존성 추가 Gradle 에 Spring-web starter 와 Swagger dependency를 추가합니다. dependencies { implementation 'org.springframework.boot:spring-boot-starter' testImplementation 'org.springframework.boot:spring-boot-starter-test' /*starer*/ implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '3.2.4' /*swagger*/ im.. Programing/API 2024. 3. 25. [API documentation 자동화] spring boot swagger UI 적용 방법 API의 Document를 자동으로 제공해주는 swagger UI 설정방법을 알아보겠습니다. springboot 2.7.7 springsecurity gradle 1. dependencies 를 추가 /*swagger*/ implementation group: 'io.springfox', name: 'springfox-boot-starter', version: '3.0.0' /*security*/ implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '2.7.5' 2.WebMvcConfig.java 생성 import org.springframework.context.annotation... Programing/Springboot 2023. 1. 26. 이전 1 다음 💲 추천 글 반응형