[Googoosc] 01. Spring | Spring Security 회원가입/로그인/로그아웃


[Googoosc] 01. Spring | Spring Security 회원가입/로그인/로그아웃

프로젝트 구조 개발환경 Intellij 2020.3.2 Java 11 JPA MySQL SpringBoot 의존성 build.gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlo..


원문링크 : [Googoosc] 01. Spring | Spring Security 회원가입/로그인/로그아웃