mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge branch '1.4.x' into 1.5.x
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ public class DevToolsDataSourceAutoConfiguration {
|
||||
return false;
|
||||
}
|
||||
|
||||
private static enum InMemoryDatabase {
|
||||
private enum InMemoryDatabase {
|
||||
|
||||
DERBY(null, "org.apache.derby.jdbc.EmbeddedDriver"),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user