본문 바로가기
FrontEnd

h2 데이터 베이스 설치

by tovantablack 2020. 6. 4.
728x90
728x90

H2 DB는 Spring Boot가 있으면 따로 설치할 필요가 없다. 

https://rollercoaster25.tistory.com/45

https://rollercoaster25.tistory.com/46

 

application.properties

#이건 주소 spring.datasource.url=jdbc:h2:file:./db/test spring.datasource.driverClassName=org.h2.Driver spring.datasource.username=sa spring.datasource.password= #이걸 트루로 안해주면 눈으로 확인이..

rollercoaster25.tistory.com

를 참조해서 설정하면 spring boot에서 제공하는 h2DB를 사용할 수 있음

728x90
728x90

'FrontEnd' 카테고리의 다른 글

FrontEnd, BackEnd 의미, 차이  (0) 2021.03.29
RDB란? Relation DataBase  (0) 2020.06.04
@RequestMapping 상속 구조  (0) 2020.06.04
@Autowired  (0) 2020.06.04
Spring bean  (0) 2020.05.28

댓글