Caused by: javassist.CannotCompileException: [source error] isEmpty(com.ttbj.product.bean.dto.DriverDto) not found in com.ttbj.product.api.impl.DriverFacadeImpl
更换jdk1.8后出现了javassist.CannotCompileException错误
处理方式:javassist.version 更改到 3.20.0-GA 版本
报错信息:
Caused by: javassist.CannotCompileException: [source error] isEmpty(com.ttbj.product.bean.dto.DriverDto) not found in com.ttbj.product.api.impl.DriverFacadeImpl
at javassist.CtNewMethod.make(CtNewMethod.java:79)
at javassist.CtNewMethod.make(CtNewMethod.java:45)
at com.alibaba.dubbo.common.bytecode.ClassGenerator.toClass(ClassGenerator.java:322)
... 30 more