Hopefully a quick one. On boot our application attempts to read data through a JPA EntityManager. If the database connection fails at this point the entire application is effectively dead.
Is there a way to essentially ask the database layer to retry until the connection springs to life? Thanks, James
