2019-11-11 10:29

@JFinal 换成useFirstFound也是读不到config下的

2019-11-11 10:24

@JFinal 我用appendIfExists 不加载config下的,我换成useFirstFound试试

2019-11-08 17:11

@JFinal 我是这么写的PropKit.use("cbox_config_dev.txt").appendIfExists("cbox_config_pro.txt"); 然后jar包里放的是cbox_config_dev.txt, config里放的是cbox_config_pro.txt 这样不行么?

2019-07-12 15:25

@JFinal 啊?没注意到QQ里有回复啊。。。找不到了

2019-07-11 09:17

@JFinal 一个业务场景,为了给前端返回json中一些表中不存在的字段,model重写了_getAttrs()方法,加了些字定义转换的属性,(因为jfinaljson不走get,所以重写_getAttrs()),这样的话,对这个model进行batchSave或batchUpdate时候 因为有表结构不存在的属性,无法使用

2019-07-10 13:15

batchSave batchUpdate,当model里包含表结构不存在的属性时 报错,无法批量保存或更新,是不是把不是字段的属性过滤下好呢?

2019-07-10 11:21

@Jfinal

2019-07-10 11:20

2019-07-09 18:38

2018-12-10 17:52

@JFinal 好用了 谢谢波总

2018-12-10 17:51

@JFinal undertow.hotSwapClassPrefix=com.newrank.cbox.,redis.clients.,org.nustaq. 写到配置文件也行吧