Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h2 database 의존성 이슈 #12

Open
SeokRae opened this issue Jan 30, 2022 · 0 comments
Open

h2 database 의존성 이슈 #12

SeokRae opened this issue Jan 30, 2022 · 0 comments
Assignees

Comments

@SeokRae
Copy link
Member

SeokRae commented Jan 30, 2022

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>
@SeokRae SeokRae self-assigned this Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant