반응형
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 |
Tags
- nodejs
- spring3
- mybatis
- javascript
- security
- Next.js
- NextJS
- MariaDB
- rocky9
- Push
- Tomcat
- git
- yona
- FCM
- config
- Eclipse
- Maven
- PM2
- centos7
- ajax
- jenkins
- docker
- mysql
- pwa
- Java
- popup
- SpringBoot
- node.js
- jquery
- MSsql
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