반응형
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
- PM2
- Java
- jenkins
- Push
- javascript
- submit
- config
- git
- popup
- ajax
- docker
- node.js
- mysql
- Maven
- SpringBoot
- spring3
- MSsql
- FCM
- jquery
- nodejs
- yona
- NextJS
- Next.js
- rocky9
- pwa
- security
- MariaDB
- Eclipse
- mybatis
- centos7
Archives
- Today
- Total
목록timeout (1)
ふたりで
springboot+security session timeout config
WAS 서버의 timeout 설정 외에 war별? 애플리케이션에 별도 session timeout 설정이 필요한 경우... 1. 스프링 씨큐리티 설정 파일에 로그인 성공 시 후처리용 헨들러를 설정한다. public class WebSecurityConfig extends WebSecurityConfigurerAdapter{ /**로그인성공 후처리용 헨들러 * @return */ private SuccessHandlerImpl successHandler() { return new SuccessHandlerImpl(); } ...생략... @Override protected void configure(HttpSecurity http) throws Exception { http.authorizeRequests..
Spring
2022. 6. 23. 11:22