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