You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**[How To Configure C3P0 Via DataSourceBuilder](https://github.com/AnghelLeonard/Hibernate-SpringBoot/tree/master/HibernateSpringBootDataSourceBuilderC3P0Kickoff)**
1
2
3
+
**Description:** This is a kickoff application that set up C3P0 via `DataSourceBuilder`. The `jdbcUrl` is set up for a MySQL database. For testing purpose the application uses an `ExecutorService` for simulating concurrent users.
4
+
5
+
**Key points:**\
6
+
- in pom.xml, add the `spring-boot-configuration-processor` dependency\
7
+
- in pom.xml add the C3P0 dependency\
8
+
- in application.properties, configure C3P0 via a custom prefix, e.g., `app.datasource.*`\
0 commit comments