发布于 2016-01-04 11:00:16 | 242 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

JFinal-ext2 JFinal 扩展

JFinal-ext2是一个JFinal 扩展。


JFinal-ext2 v2.0.0 发布,此版本更新内容:

  1. 基于 JFinal2.1;

  2. 集成了 JFinal 牛逼的 Genretor, 让你自动生成 model 更Easy:);

  3. 修改了配置文件格式,加入了很多的说明;

  4. 扩展DruidPlugin做了一个DruidEncryptPlugin,在配置文件中使用加密的数据库密码;

  5. 使用 maven 管理项目;

配置说明

#--------------------------------------------------------------------#
#  database Config
# 1. db.active:ture, use db;是否开启数据库;
# 2. db.dscnt: db datasource count;数据源数量;
# 3. db.cfgname*: configname;数据配置 name,*为序号;
# 4. db.url*: db url;数据库的 url,*为序号;
# 5. db.user: db username;数据库用户名;
# 6. db.password: db password;数据库密码,已加密
#   use `java -cp druid-xx.jar com.alibaba.druid.filter.config.ConfigTools your_password`
#   generate your encrypt password; 使用com.alibaba.druid.filter.config.ConfigTools获得加密密码;
# 7. db.initsize: db pool init size;连接池初始化大小;
# 8. db.maxactive: db pool maxactive;连接池最大连接数;
# 9. db.showsql: ture, show execute sql;是否显示 sql;
#--------------------------------------------------------------------#
db.active = false
db.dscnt = 1
db.cfgname1 = config1
db.url1 = testing_host/db
db.user = 
db.password = lCzd9geWAuAuJtLhpaG/J+d28H8KiMFAWopxXkYpMNdUai6Xe/LsPqMQeg5MIrmvtMa+hzycdRhWs29ZUPU1IQ==
db.initsize = 6
db.maxactive = 100
db.showsql = true
#--------------------------------------------------------------------#
# Generator Config
# 1. ge.run: true, generate the model and basemmodels;是否生成 models;
# 2. ge.base.model.outdir: the basemodel output dir path;basemodel输出目录;
# 3. ge.base.model.package: the basemodel package;basemodel 包名;
# 4. ge.model.outdir: the model output dir path;model输出目录;
# 5. ge.model.package: the model package;model包名;
#--------------------------------------------------------------------#
ge.run=true
ge.base.model.outdir=
ge.base.model.package=
ge.model.outdir=
ge.model.package=
#--------------------------------------------------------------------#
## App Config
# 1. app.dev: true, the app is debug mode;是否为 debug 模式;
# 2. app.upload.basedir: upload file save base dir;上传文件存放的基目录;
# 3. app.post: ture, use Http Post method;
# 4. app.name: app's name;当前 app 的名字;
#--------------------------------------------------------------------#
app.dev = true
app.upload.basedir = /var/uploads
app.post = true
app.name =


历史版本 :
JFinal-ext2 基于最新版本的 JFinal 2.1 的扩展 v2.0.3发布
JFinal-ext2 v2.0.2 发布, 整合 jfinal-ext, 同步到 maven Central
JFinal-ext2 v2.0.1 发布,让你更省心
JFinal-ext2 v2.0.0 发布,JFinal 扩展
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务