hikariCP
-
mybatis & hikari 설정Web-Spring 2023. 12. 5. 03:06
본 포스팅은 Spring boot 3.2.0, Java 17, MySQL을 기준으로 설명한다. 프로젝트 구조 pom.xml 4.0.0 org.springframework.boot spring-boot-starter-parent 3.2.0 com.khc demo 0.0.1-SNAPSHOT demo Demo project for Spring Boot 17 org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-devtools runtime true org.springframework.boot spring-boot-starter-test test com.mysql mysql-connector-j 8.0.33 or..