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