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