|
|
|
@ -64,7 +64,6 @@ public class Start extends JFinalConfig {
|
|
|
|
|
|
|
|
|
|
// 加载少量必要配置,随后可用PropKit.get(...)获取值
|
|
|
|
|
PropKit.use("application.properties");
|
|
|
|
|
System.out.println(PropKit.get("driverClassName"));
|
|
|
|
|
//配置统一的错误页面
|
|
|
|
|
me.setError404View("/html/common/404/index.html");
|
|
|
|
|
}
|
|
|
|
|