|
@@ -67,6 +67,7 @@ public class DbConfig {
|
|
|
static DbConfig config = null;
|
|
|
public static DbConfig getNormal(){
|
|
|
if(null == config) {
|
|
|
+ System.out.println(String.format("url:%s username:%s password:%s",PropKit.get("db.url"), PropKit.get("db.username"), PropKit.get("db.password")));
|
|
|
new DbConfig("normal", PropKit.get("db.url"), PropKit.get("db.username"), PropKit.get("db.password"));
|
|
|
}
|
|
|
return config;
|