# java-template-jfinal-maven **Repository Path**: iSingular/java-template-jfinal-maven ## Basic Information - **Project Name**: java-template-jfinal-maven - **Description**: 基于maven的jfinal脚手架项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目运行须知: * 项目配置文件:application-local.properties * 如在idea下开发,则undertow.devMode=false。并使用jrebel实现热加载。 * 如需集成集成redis、ehcache、activerecord、cron4j,则simple.mode=false。 * 如果需连接oracle数据库,需把WEB-INF/lib/ojdbc6.jar文件设置为用于编译。 * 项目集成了swagger,因此需install[该项目](https://gitee.com/iSingular/jfinal-swagger.git)到本地仓。 * 项目集成了我的专属工具框架,因此需install[该项目](https://gitee.com/iSingular/zkit.git)到本地仓。