Commit d3868475 authored by Suncos's avatar Suncos
Browse files

no commit message

parent 67e090d7
......@@ -178,6 +178,7 @@ public class Global {
try {
String url = resolver.getProperty("spring.datasource.url");
String type = getDbType(url);
if(type.equals("sqlserver")){type="mssql";}
map.put("spring.datasource.url", type);
return type;
} catch (Exception e) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment