2023 학원 수업 일지

0719 수업

웨일파도 2023. 7. 19. 12:12
반응형

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교시

 

 

 

 

반응형