随笔分类 - Java
摘要:1.在main方法开头中加入 System.getProperties().put("jdk.proxy.ProxyGenerator.saveGeneratedFiles","true"); 2. 生成的代理类在项目下的 com\sun\proxy 路径下 注意: 必须在main方法中,使用Tes
阅读全文
摘要:SpringBoot 在IDEA中实现热部署(实用版)
阅读全文
摘要:UncaughtExceptionHandler接口 API概要 UncaughtExceptionHandler是在JDK1.5引入的一个接口,里面只有一个方法: void uncaughtException(Thread t, Throwable e); 该方法中的第一个参数包含了异常终止的线程
阅读全文