"/swagger-resources/**", "/swagger-ui/index.html", "/swagger-ui/**", "/v2/api-docs", "/webjars/**"
다음 URI들을 스프링 시큐리티 설정에서 permitAll로 허용해주었다.
난 허용된 요청을 제외하고는 다 인증을 받도록 구현해서..
만약에 모든 요청을 다 허용했다면, 위 과정이 필요없었을거다.
참고 👇
반응형
'Framework > Spring Boot' 카테고리의 다른 글
로컬에 파일 업로드 (0) | 2023.11.05 |
---|---|
WebFlux (0) | 2023.03.13 |
[Error] com.fasterxml.jackson.databind.exc.InvalidDefinitionException (0) | 2023.02.01 |
[Error] The propertyClass in JsonTypeDescriptor is null, hence it doesn't know to what Java Object type to map the JSON column value that was read from the database! (0) | 2023.01.26 |
엔티티의 필드 타입으로 JSON 사용하기 (0) | 2023.01.24 |