springboot h21 springboot 2.5.4 h2 -> intellj tool 간단히 연동 우연히 면접자의 과제를 체크하기전에 따로 디비설치하기 싫어서 h2데이터베이스로 셋팅해서 코드랑 디비보기위해서 셋팅 resources -> application.properties spring.h2.console.enabled=true spring.h2.console.path=/h2-console spring.datasource.hikari.driver-class-name=org.h2.Driver spring.datasource.hikari.jdbc-url=jdbc:h2:mem:testdb spring.datasource.hikari.username=sa spring.datasource.hikari.password= spring.jpa.database-platform=org.hibernate.dialect.. 2021. 9. 14. 이전 1 다음