main
黄海 7 months ago
parent 057615e2ca
commit 4691d8e2bd

@ -154,7 +154,7 @@ public class Start extends JFinalConfig {
me.add(maxkbArp);
}
ActiveRecordPlugin arp = new ActiveRecordPlugin(DbConst.SZJZ, hp);
ActiveRecordPlugin arp = new ActiveRecordPlugin(hp);
arp.setDialect(new PostgreSqlDialect());
String basePath = Start.class.getClassLoader().getResource(".").getPath();
File sqlDir = new File(basePath + "/Sql");

Loading…
Cancel
Save