Parmar Kamlesh
Parmar Kamlesh

Reputation: 159

Overriding connection pool for datasource with Spring Boot JPA

spring boot creates jpa configuration by default for us using application.properties file . is there any way we can override default data source and can use Apache dbcp datasouce.

Upvotes: 0

Views: 2461

Answers (1)

yılmaz
yılmaz

Reputation: 1826

Instructions regarding usage of dbcp with spring boot can be seen at https://www.mkyong.com/spring-boot/spring-boot-jdbc-oracle-database-commons-dbcp2-example/

Upvotes: 2

Related Questions