일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SpringSecurity 로그아웃
- 연산자
- 식별자
- join
- SQL
- 상속
- 스프링시큐리티 로그아웃
- 비교 연산자
- @PreAuthorize("isAuthenticated()")
- SQL 튜닝
- 논리 연산자
- 예약어
- 함수
- java
- SpringSecurity 로그인
- 객체
- 오버라이딩
- StringBuffer
- 객체지향
- 친절한 SQL 튜닝
- 오버로딩
- 인텔리제이 Web 애플리케이션
- SQL튜닝
- 반복문
- spring 게시판 삭제
- 친절한 SQL
- 산술 연산자
- 배열
- 이클립스 설치
- 자바의정석
Archives
- Today
- Total
목록SpringSecurity 로그아웃 (1)
gi_dor
로그아웃 - SpringSecurity, MySQL , MyBatis
오늘은 지난번 시간에 이어서 스프링시큐리티로 로그아웃을 해보겠습니다. 로그인 @Service @RequiredArgsConstructor public class UserService implements UserDetailsService { private final UserMapper userMapper; private final PasswordEncoder passwordEncoder; /** * 주어진 사용자 아이디를 기준으로 사용자의 데이터를 가져와 UserDetails 객체로 반환합니다. * @param id 사용자 아이디 * @return UserDetails 객체 * @throws UsernameNotFoundException 주어진 아이디에 해당하는 사용자를 찾을 수 없는 경우 발생합니다. *..
Back_End/SpringBoot
2024. 4. 17. 13:12