[개발] spring-boot-starter-security 설정
필기자
2022-10-25 16:47
5,630
0
본문
spring-boot-starter-security 의존성 추가
pom.xml 에 다음 내용 확인 또는 추가
<!--security 의존성 추가-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!--security 의존성 추가-->
http://localhost:8080/thymeleaf/ex07 접속
ID : user
PW 는 아래에
로그아웃 실행
댓글목록0