반응형
1교시 8장 스프링 시큐리티
https://docs.spring.io/spring-security/reference/servlet/authentication/architecture.html
Servlet Authentication Architecture :: Spring Security
ProviderManager is the most commonly used implementation of AuthenticationManager. ProviderManager delegates to a List of AuthenticationProvider instances. Each AuthenticationProvider has an opportunity to indicate that authentication should be successful,
docs.spring.io
- build.gradle 에 의존성 추가하기
- http:localhost:8080 으로 들어가면 로그인 창이 생성되어 있다
- application.yml 에 파일에 security user 이름과 패스워드를 설정해준다.
- 그러면 user와 비밀번호가 고정된다.
shift 두번 => 검색
2교시
3교시
반응형
'2023 학원 수업 일지' 카테고리의 다른 글
0717 수업 (0) | 2023.07.17 |
---|---|
수업 33일차 - html/css/javascript 11 (0) | 2023.04.19 |
수업 32일차 - html/css/javascript 10 (0) | 2023.04.18 |
수업 31일차 - html/css/javascript 9 (1) | 2023.04.18 |
수업 30일차 - html/css/javascript 8 (0) | 2023.04.14 |