springboot1 스프링 부트의 기본 기능 사용하기 https://wikidocs.net/book/7601 점프 투 스프링부트"점프 투 스프링부트"는 "Spring Boot Board(SBB)"라는 이름의 게시판 서비스를 만들어가는 과정을 설명한 스프링부트 입문서이다. 자바 설치부터 시작하여 서비스 운…wikidocs.net 이론적인 내용을 참고하여 서술하였습니다. 1. JPA로 데이터베이스 사용하기1-1. H2 데이터베이스 설치하기build.gradlespring: h2: console: enabled: true path: /h2-console datasource: url: jdbc:h2:mem:~/mukitListApplication driver-class-name: org.h2.Driver username:.. 2024. 11. 23. 이전 1 다음