mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Polish contribution
Closes gh-6534
This commit is contained in:
+1
@@ -45,6 +45,7 @@ public class JdbcSessionDatabaseInitializer {
|
||||
aliases.put("apache derby", "derby");
|
||||
aliases.put("hsql database engine", "hsqldb");
|
||||
aliases.put("microsoft sql server", "sqlserver");
|
||||
aliases.put("postgres", "postgresql");
|
||||
ALIASES = Collections.unmodifiableMap(aliases);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user