26 Jun 2020
spring boot 프로젝트 생성
기본 설정
application.yml (프로젝트 디렉토리에 넣었음)

build.gradle 설정
spring jpa, security, lombok은 개발및 편의를 위해 넣었습니다.
아래것만 있어도 기본적인 개발은 가능합니다.
compile('org.springframework.boot:spring-boot-starter-web')

jpa, security 추가

생성자, Getter, Setter을 편하게 생성 시켜주는 lombok 추가

테스트 관련 의존성 추가
