2023-03-23 08:45

@JFinal 使用template方法时,会遇到空指针异常,按照文档描述需要先进行映射处理:ActionRecordPlugin.addMapping(....) 进行过映射,但是我的是多表的集合,不是映射到单表的,请问这种情况怎么处理?

2021-11-09 19:27

你好,在代码的哪个文件中有所体现呢

2020-12-17 11:56

@JFinal 完整异常: Exception in thread "main" java.lang.LinkageError: loader constraint violation: when resolving method "test02.Auto.autoSc(Lcom/jfinal/config/Interceptors;)V" the class loader (instance of com/jfinal/server/undertow/hotswap/HotSwapClassLoader) of the current class, test01/DemoConfig, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, test02/Auto, have different Class objects for the type com/jfinal/config/Interceptors used in the signature

2020-12-17 11:52

@JFinal 在configInterceptor中不可以把me对象传给引用的依赖中的类去做处理吗?

2020-12-16 15:12

@JFinal 引入的项目里把jfinal依赖设置成了provided,也无用