JDK、CGLIB生成文件参数
JDK
-
代码
System.getProperties().put("sun.misc.ProxyGenerator.saveGeneratedFiles", "true"); -
jvm参数
-Dsun.misc.ProxyGenerator.saveGeneratedFiles=true
CGLIB
-
代码
System.setProperty(DebuggingClassWriter.DEBUG_LOCATION_PROPERTY, "E://tmp"); -
jvm参数
-Dcglib.debugLocation=E://tmptmptmp

浙公网安备 33010602011771号