-
카테고리
-
세부 분야
백엔드
-
해결 여부
미해결
스프링 2.7.8 swagger 오류 해결법
23.03.03 14:19 작성 조회수 605
0
pom.xml
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
application.yml
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher
messages:
basename: messages

[개정판 2023-11-27] Spring Boot 3.x 를 이용한 RESTful Web Services 개발
Swagger Documentation 구현 - Spring Boot 2.7 사용 ①
강의실 바로가기
답변을 작성해보세요.
0
Dowon Lee
지식공유자23.03.10 08:30
안녕하세요, 이도원입니다.
정보 공유감사드립니다.
해당 강의는 최신 버전으로 업데이트 중입니다. 조만간에 공개하도록 하겠습니다.
감사합니다.
답변 1