Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 컴퓨터과학
- c언어
- swaggerUrl
- .out
- assume That
- 부스트코스
- 팀과제
- Swagger
- springmvc
- container
- springframeworkruntime
- MVC모듈
- 원격저장소
- MVC
- springboot
- Spring
- gitbash
- 파일삭제
- .idea
- Junit5
- DispatcherServlet
- springsecurity
- securityconfig
- CS50
- assume
- assuming That
- Git
- 스프링프레임워크
- assume True
- GitHub
Archives
- Today
- Total
목록springmvc (1)
도담이 먹여 살려야하는 집사
[Spring Security] Security Config - Swagger Url
@Override public void configure(WebSecurity webSecurity) throws Exception { webSecurity.ignoring().antMatchers( "/v2/api-docs", "/configuration/ui", "/swagger-resources/**", "/configuration/security", "/swagger-ui.html", "/webjars/**"); } swagger- url 을 인가 없이 설정하는 방법 ignoring 사용하기 stackoverflow.com/questions/37671125/how-to-configure-spring-security-to-allow-swagger-url-to-be-accessed-without-au..
Spring
2020. 12. 28. 11:41