Machbase
- URL_ jdbc:machbase://127.0.0.1:5656/mhdb
- DRIVER_ com.machbase.jdbc.driver
Spring Machbase DB 설정
<pom.xml>
<!-- Machbase -->
<dependency>
<groupId>machbase</groupId>
<artifactId>machbase</artifactId>
<version>2</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/machbase.jar</systemPath>
</dependency>
machbase.jar 파일 lib 폴더에 저장
댓글