이번부터는 본격적으로 JPA를 활용하여 데이터 조작을 해볼 것이다 우선 위와 같이 패키지와 클래스들을 만들어 놓은 다음 하나하나씩 작성해 나갈 것이다 그리고 build.gradle 에 spring-boot-devtools를 추가시켜 줬다 developmentOnly 'org.springframework.boot:spring-boot-devtools' https://velog.io/@bread_dd/Spring-Boot-Devtools Spring Boot Devtools 알아보기 Spring Devtools에 대해 알아보았습니다. velog.io IntelliJ는 Devtools를 따로 설정해줘야 하는데 위에 블로그에 설명이 잘 되어 있다 eclipse는 따로 설정을 안 해줘도 아마 동작을 하는 걸로 알..