swaldman / c3p0

a mature, highly concurrent JDBC Connection pooling library, with support for caching and reuse of PreparedStatements.
http://www.mchange.com/projects/c3p0
Other
1.28k stars 338 forks source link

How to continue on error? #156

Closed AshishJha123 closed 2 years ago

AshishJha123 commented 3 years ago

I wish to start my spring application even if my database is unavailable. Is there something like continueOnErrror or something that could help me achieve my requirement.