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
- 영속성 컨텍스트
- mvn
- container
- 람다
- 차이
- install
- elasticsearch
- MAC
- ApplicationContext
- map
- springboot
- java
- stream
- vscode
- 스트림
- docker
- Vuex
- ngnix
- webpack
- JPA
- BeanFactory
- 자바8
- 최종연산
- lambda
- NPM
- AnnotationConfigApplicationContext
- 중간연산
- Intellij
- nginx
- Vue
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함