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