Skip to content

Commit 66b4dfb

Browse files
committed
fix: DbConfigObject 添加 config 属性
1 parent f1c48fa commit 66b4dfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

simple-framework/src/main/java/top/cadecode/sa/framework/config/DataSourceConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ private DataSource getDataSource(String type, String name) {
105105
public static class DbConfigObject {
106106
private String type;
107107
private boolean defaultFlag;
108+
private Map<String, Object> config;
108109
}
109110
}

0 commit comments

Comments
 (0)