Reputation: 159
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
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