2025-04-15 16:55

@杜福忠 不太懂,有空贴下代码我研究研究

2025-04-15 11:17

_MappingKit好大了,我这项目有600多张表,有些表字段超过100。还有优化空间吗?

2025-04-15 11:12

@JFinal 旧系统无法切换呀,如果能平滑升级就好了

2025-04-15 11:12

@杜福忠 大师一出手,又解决了我的问题,非常感谢杜总。

2025-03-29 20:07

@JFinal public void build(List

























tableList, Config config) { // 支持 useAsDataTransfer(...) 中的 arp.start() 正常运作 if (config.dataSource instanceof NullDataSource) { return ; } Table temp = null; Connection conn = null; try { conn = config.dataSource.getConnection(); TableMapping tableMapping = TableMapping.me(); for (Table table : tableList) { temp = table; doBuild(table, conn, config); tableMapping.putTable(table); DbKit.addModelToConfigMapping(table.getModelClass(), config); } } catch (Exception e) { if (temp != null) { System.err.println("Can not create Table object, maybe the table " + temp.getName() + " is not exists."); } throw new ActiveRecordException(e); } finally { config.close(conn); } }执行这一段代码时非常慢,一直卡住

2025-03-05 21:00

@琴海森林 那个我买有呀,不好看,不适合,学习一下可以。

2025-03-02 21:53

谢谢杜总,我研究了2天,根据你的思路已解决问题。

2025-02-27 17:21

@JFinal 问了也没有好的结果,不外是open webui ,chatbox,但都不是我想要的。

2025-02-25 16:49

@杜福忠 这个包没有Flux这个类,怎么来?

2025-02-25 11:19

@杜福忠 看了下deepseek4j,只适合spring使用,不适合jfinal呢。