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