1. spring pjt 초기화 생성 시 의존성 추가 Mapper는 생성 시 없어서 필요 시 추가 Spring 구동 시 자동생성 Annotation : @SpringBootApplication dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:sprin..