Loading

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
    
posted @ 2022-09-09 13:54  FynnWang  阅读(36)  评论(0编辑  收藏  举报