1 Star 0 Fork 113

lzq/jfinal-ext

forked from 绝望的八皮/jfinal-ext 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

JFinal-Ext Introduction

JFinal-Ext(JFE for short) are extentions of JFinal(JF for short) which is a WEB+ORM framework for agile development (https://github.com/jfinal/jfinal) including some commonly used functionalities,such as binding model automatically,registing routes automatically,importing and exporting excel,creating graphical report,unified exception handling,scheduling jobs,etc. for more details,see manual.Some demo code is under test package.

中文手册

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

Quick Start

maven/gralde users

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>

Without Dependency Management Tool

Download url of JFE: http://central.maven.org/maven2/com/jfinal/jfinal-ext/3.1.2/jfinal-ext-3.1.2.jar

Download urls of JFE’s dependencies

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

Newest snapshot verson

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

Building From Source Code

JFE is a gradle-based(https://gradle.org/) project,if you are useing grade, you can execute gradle build to build project,also can import the project using gralde’ method.

If you do not set up gradle,and not want to download and set up manully,execute gradlew script in project root path.

windows users should execute

gradlew.bat

linux users should execute

gradlew

After download gralde automatically,execute ‘gradlew build’ to bulid project(maybe a little slow ,because need to download dependencies from maven centre the first time).After successful build,you can find war in the following path

build/libs/jfinal-ext.war

If you want to import the project to debug,eclipse users should execute

gradlew eclipse

idea users should execute

gradlew idea

Other Open Source Projects

JCOP

Extremely simple and flexbile code generator – JFinal-Code-Online

  • offical website: http://code.jfinal.com
  • github: https://github.com/b1412/jfinal-ext
  • osc: http://www.oschina.net/p/jcop

Empty file

About

Jfinal-ext是对java极速web框架 jfinal 的一个扩充,主要利用jfinal微内核高扩展的特性扩展常用的实用功能和集成各种第三方框架,简化开发者的学习应用成本,为您节约更多时间,去陪恋人、家人和朋友。 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/happy6eve/jfinal-ext.git
git@gitee.com:happy6eve/jfinal-ext.git
happy6eve
jfinal-ext
jfinal-ext
master

Search