[MariaDB] Caught exception while allowing TestExecutionListener 해결방법 [driverClassName의 value 값 확인하기]
·
▣ SQL : Database/MariaDB🦦
- Caught exception while allowing TestExecutionListener 해결방법 INFO : com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 00:32:11.825 [main] ERROR org.springframework.test.context.TestContextManager - Caught exception while allowing TestExecutionListener [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@554e218] to prepare test instance [com.crizen.tes..
[MariaDB] 스프링(Spring)에 MariaDB 연동하기 [Mybatis와 HikariCP로 MariaDB 연동]
·
▣ SQL : Database/MariaDB🦦
1. 스프링(Spring)에 MariaDB 연동하기 - pom.xml org.mybatis mybatis 3.5.7 org.mybatis mybatis-spring 2.0.6 org.springframework spring-jdbc ${org.springframework-version} org.mariadb.jdbc mariadb-java-client 2.2.1 com.zaxxer HikariCP 4.0.3 org.apache.logging.log4j log4j-core 2.17.1 org.bgee.log4jdbc-log4j2 log4jdbc-log4j2-jdbc4.1 1.16 - root-context.xml - log4jdbc.log4j2.properties log4jdbc.drivers=org.ma..