Tagged in

Spring

QueryPie
QueryPie
Followers
221
Elsewhere
More, on Medium

SpringBoot, Slack, Logback을 이용한 실시간 에러 모니터링 구현하기

보통 스타트업은 빠른 프로토타이핑을 통해 MVP(Minimum Viable Product) 로 시장에 진출합니다.

기능구현에 집중해서 개발하다보니 제대로된 테스트 코드가 없을 때도 있고, 얼마나 많은 에러가 발생할지 가늠하기 쉽지 않은 상황들이 대부분입니다.


Spring Security Remember-Me Key 설정

Spring Security에서 Remember-Me 활성화시 RememberMeService와, RememberMeAuthenticationProvider 두군데 키를 동일하게 맞춰 주어야만 정상적으로 동작합니다.

@EnableWebSecurity
@EnableGlobalMethodSecurity(prePostEnabled = true)
@EnableRedisHttpSession(maxInactiveIntervalInSeconds…

Spring Social 적용하기

Spring Social Documentation (http://projects.spring.io/spring-social/) 을 보다가, Github에서 적당한 예제를 검색해봤는데.. Production Ready 수준의 샘플이 없는 것 같아서 간단하게 만들었습니다.

1) Facebook, Twitter, Github, LinkedIn, Kakao 로그인