Maven 임포트
https://github.com/slipp/web-application-server
H2 데이터베이스 설치
- pom.xml 에 라이브러리만 추가하면 설치 완료
h2 검색
https://mvnrepository.com/artifact/com.h2database/h2/1.4.196
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.193</version>
<scope>test</scope>
</dependency>
h2 데이터 베이스가 설치 되었는지 확인
http://localhost:1111/h2-console/
댓글 ( 6)
댓글 남기기