feat: 区分数据库类型

This commit is contained in:
taojinlong 2022-09-22 11:50:29 +08:00
parent d3b369bb44
commit 067e1facb2

View File

@ -30,6 +30,7 @@ public class ProviderFactory implements ApplicationContextAware {
dataSourceType.setTargetCharset(d.getTargetCharset());
}
dataSourceType.setKeywordSuffix(d.getKeywordSuffix());
dataSourceType.setDatabaseClassification(d.getDatabaseClassification());
dataSourceType.setKeywordPrefix(d.getKeywordPrefix());
dataSourceType.setAliasSuffix(d.getAliasSuffix());
dataSourceType.setAliasPrefix(d.getAliasPrefix());