JPA CRUD1 [Spring] JPA CRUD Create / Update - Repository 단계에서 정의 메인함수 코드 package com.sparta.week02; import com.sparta.week02.domain.Course; import com.sparta.week02.domain.CourseRepository; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.sp.. 2021. 7. 13. 이전 1 다음