Giter Site home page Giter Site logo

jfinal-ext's Introduction

JFinal-Ext Introduction

JFinal-Ext(简称JFE)是对java极速web框架JFinal(简称JF) (https://github.com/jfinal/jfinal) 的功能扩展,包含常用的自动model绑定,route注册,excel导入导出,图形报表,系 统日志,统一异常处理,定时任务等扩展功能.详细说明请看手册,部分示例代码请 参考test包下的代码.

中文手册

https://github.com/b1412/jfinal-ext/blob/master/doc/doc.org

English Manual

https://github.com/b1412/jfinal-ext/blob/master/doc/doc_en.org

快速开始

maven/gralde 用户

http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.jfinal%22%20AND%20a%3A%22jfinal-ext%22

gradle

'com.jfinal:jfinal-ext:3.1.2' 

maven

   <dependency>
	    <groupId>com.jfinal</groupId>
	    <artifactId>jfinal-ext</artifactId>
	    <version>3.1.2</version>
   </dependency>

不使用依赖管理工具

JFE的jar下载地址: http://central.maven.org/maven2/com/jfinal/jfinal-ext/3.1.2/jfinal-ext-3.1.2.jar

JFE依赖下载

JF https://repo1.maven.org/maven2/com/jfinal/jfinal/1.9/jfinal-1.9.jar

Guava https://repo1.maven.org/maven2/com/google/guava/guava/18.0/guava-18.0.jar

最新构建的snapshot版

https://oss.sonatype.org/content/repositories/snapshots/com/jfinal/jfinal-ext/

从源码开始

JFE是基于gradle(https://gradle.org/)构建的项目,如果你已经是gradle用户, 执行gradle build可直接构建项目,也可按照gradle的方式导入项目.

如果你没使用gralde,也不愿意单独下载配置gradle,那么执行项目跟路径下的gradlew脚本

windows用户执行

gradlew.bat

linux用户执行

gradlew

自动下载gralde完成后,执行 gradlew build构建项目(首次构建需要在中心库下载依赖,速度较慢)构建成功后如下位置找到war

build/libs/jfinal-ext.war

如果想将项目导入IDE调试,eclipse用户执行

gradlew eclipse

idea用户执行

gradlew idea

捐赠

如果您喜欢JFinal-Ext 并确实对您带来帮助 对此感到无比高兴 您的捐赠,是JFinal-Ext前进的动力! 支付宝捐助账户: [email protected] (可输入留言)

./doc/img/alipay_pic_small.png

其他开源项目

JCOP

极简自由的代码生成器 JFinal-Code-Online

jfinal-ext's People

Contributors

b1412 avatar janushuang avatar jerrypnz avatar yidongnan avatar zhongkaiuu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.