Skip to content

h2 database 의존성 이슈 #12

@SeokRae

Description

@SeokRae

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions