inmemory1 H2 인메모리DB 세팅 H2인메모리 DB세팅을 찾아보았다. Test를 하거나, 입사과제를 진행할때 사용하곤한다. 별도의 설치가 없기 때문에 굉장히 유용하게 사용된다. build.gradle dependencies { implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation group: 'com.h2database', name: 'h2', version: '1.4.193' } h2의 1.4.193 버전은 db파일을 추가로 설치하지 않아도 된다. h2의 1.4.194이상 버전 부터는 'C:/~/test not found, either ~' 에러가 나온다. 이럴경우 해당 경로에 mv.db 형식의 파일을 만들어야 작동한다. application... 2023. 7. 2. 이전 1 다음