도슐랭스타

환경설정 본문

Spring Boot project

환경설정

도도.__. 2025. 4. 9. 15:49

maven이 아니라 gradle로 하려고 다시 프로젝트 생성함.

org.springframework.boot:spring-boot-starter-web
JPA org.springframework.boot:spring-boot-starter-data-jpa
테스트 org.springframework.boot:spring-boot-starter-test
개발툴 org.springframework.boot:spring-boot-devtools
개발용 DB com.h2database:h2

라이브러리는 이렇게 사용.
이해하기 어려워지는 것 같아서 라이브러리 일단 몇 개 줄임.(필요하면 나중에 추가 예정)

 

 

반응형

'Spring Boot project' 카테고리의 다른 글

DTO 클래스 생성 Request, Response  (1) 2025.04.13
ReadingRecordController 생성, get/post Test  (1) 2025.04.12
ReadingRecordService 생성  (0) 2025.04.11
ReadingRecordRepository 생성  (0) 2025.04.10
ReadingRecord 엔티티 생성  (0) 2025.04.09
Comments