Do not fail if h2Console bean cannot connect to db
See gh-23566
This commit is contained in:
committed by
Madhura Bhave
parent
3118ca9313
commit
2d76de29ff
@@ -74,7 +74,7 @@ public class H2ConsoleAutoConfiguration {
|
||||
logger.info("H2 console available at '" + path + "'. Database available at '"
|
||||
+ connection.getMetaData().getURL() + "'");
|
||||
}
|
||||
catch (SQLException ex) {
|
||||
catch (Exception ex) {
|
||||
// Continue
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user