### Tibero ![[tibero-jdbc-7.jar]] - jar 파일 -> 프로젝트 폴더/lib 하위에 복사 - pom.xml dependency 추가 ```xml com.tmax.tibero tibero-jdbc 7 system ${basedir}/lib/tibero-jdbc-7.jar ``` - applicaton.yml 설정추가 ```yml database: db1: datasource: driver-class-name: com.tmax.tibero.jdbc.TbDriver jdbcUrl: jdbc:tibero:thin:@10.200.31.1:8629:sacp username: ueai password: ueai db2: datasource: driver-class-name: com.tmax.tibero.jdbc.TbDriver jdbcUrl: jdbc:tibero:thin:@10.200.31.1:8629:sacp username: ucm password: ucm ```