https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter/3.0.0
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version>
</dependency>
메이븐 프로젝트 업데이트
/v3/api-docs 주소 모두 가능 (스웨거 주소)
.antMatchers("/api/auth/**").permitAll()
.antMatchers("/v3/api-docs/**").permitAll()
버전이 맞는 않는 에러 해결
## swagger error patch
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER