connection pool 설정 변경
application.properties에서 지정할 수 있다..
default는 org.apache.tomcat.jdbc.pool.DataSource 이다.
#spring.datasource.type = org.apache.tomcat.jdbc.pool.DataSource
#spring.datasource.type = com.zaxxer.hikari.HikariDataSource
#spring.datasource.type = org.apache.commons.dbcp.BasicDataSource
#spring.datasource.type = org.apache.commons.dbcp2.BasicDataSource
#spring.datasource.type = com.mchange.v2.c3p0.ComboPooledDataSource
#spring.datasource.type = com.jolbox.bonecp.BoneCPDataSource
'java' 카테고리의 다른 글
Java 8 날짜 정리 (0) | 2015.12.17 |
---|---|
java.sql.SQLRecoverableException: IO Error: Connection reset 오류 해결 (0) | 2015.11.30 |
maven build 할때 mapper.xml 누락되는 현상 (0) | 2015.03.05 |
spring mysql datasouce (0) | 2015.02.08 |
쓰레드.. wait, notify, notifyAll (0) | 2014.07.09 |