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
- traceId
- SW 마에스트로
- Database
- keda
- Grafana
- slow query
- propogation
- spring boot
- Strimzi
- 스프링부트
- minreplica
- docket
- Leaderboard
- SW Maestro
- eks
- Salting
- yml
- Kafka
- 동등성
- Kubernetes
- MSSQL
- Helm
- 0 replica
- zset
- logback
- Debezium
- hammerDB
- Software maestro
- Benchmarks
- blue-green
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