user-service 회원 생성 시 403 Forbidden 해결방법 (hasIpAddress)
@Configuration @EnableWebSecurity @RequiredArgsConstructor public class WebSecurity extends WebSecurityConfigurerAdapter { private final UserService userService; private final BCryptPasswordEncoder bCryptPasswordEncoder; private final Environment env; @Override protected void configure(HttpSecurity http) throws Exception { http.csrf().disable(); // http.authorizeRequests().antMatchers("/users/*"..
카테고리 없음
2023. 5. 28. 17:35
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Vuex
- java
- Vue
- install
- 최종연산
- 자바8
- lambda
- 스트림
- elasticsearch
- 람다
- container
- stream
- springboot
- BeanFactory
- ApplicationContext
- JPA
- mvn
- 차이
- docker
- 영속성 컨텍스트
- AnnotationConfigApplicationContext
- Intellij
- webpack
- vscode
- 중간연산
- ngnix
- NPM
- nginx
- MAC
- map
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함