주어진 문제대상 프로젝트 : Toy / Web / Spring boot + JPA / SignUp, LogIn /사용한 의존성 관리 툴 : gradle (groovy)추가한 dependencies : dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-..