Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
junjun 2022-09-22 12:23:29 +08:00
commit ae0886d554

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());