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
- MSSQL
- traceId
- minreplica
- Debezium
- 스프링부트
- Kubernetes
- Kafka
- istio
- docket
- spring boot
- Grafana
- blue-green
- eks
- hammerDB
- Helm
- Strimzi
- keda
- slow query
- Benchmarks
- virtualservice
- 동등성
- Database
- SW 마에스트로
- logback
- Leaderboard
- Salting
- 0 replica
- yml
- zset
- propogation
Archives
- Today
- Total
목록Spring Security (1)
김태오
Example implementation of a Spring Security File
@Configuration @EnableWebSecurity public class SecurityConfig extends WebSecurityConfigurerAdapter { @Autowired private CustomUserDetailsService customUserDetailsService; @Autowired private CustomAuthenticationProvider customAuthenticationProvider; @Autowired private CustomAccessDeniedHandler customAccessDeniedHandler; @Autowired private CustomAuthenticationSuccessHandler customAuthenticationSuc..
Spring Security
2023. 4. 16. 16:06