-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
h2 버전은 1.3.x 또는 1.4.197 이하 사용하도록 권장
최신 h2 버전에서는 데이터베이스를 미리 생성하는 것을 방지하기 때문에 h2 버전을 낮추어 사용해야 하도록 가이드
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
<scope>runtime</scope>
</dependency>Metadata
Metadata
Assignees
Labels
No labels