# zjf **Repository Path**: egzosn/zjf ## Basic Information - **Project Name**: zjf - **Description**: 简单实现JFinal注解配置超快速开发。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zjf 简单实现JFinal注解配置Controller,Model 为了减少代码量,提高开发效率,在JFinal之上搭建注解进行配置的简单依赖包。 实现直观的效果 配合https://github.com/cnzzs/QueryParams 实现简单基础框架 QueryParams的 maven 配置(开源中国) ```xml net.zz.sql dao-params 1.02 ``` 然后一边开发一边完善,作为个人的开发,也希望能有志同道合的一起来完善。 接下来基础框架实现。。