摘要: 在 maven pom.xml 中直接使用阿里云镜像 仅仅在 maven settings.xml 中添加本地仓库,项目中单独配置阿里云镜像 <!-- 配置阿里云仓库 --> <repositories> <repository> <id>aliyun-repos</id> <url>https:/ 阅读全文
posted @ 2020-12-20 02:52 东街浊酒づ 阅读(5808) 评论(0) 推荐(0) 编辑
摘要: 常用代码总结(动态代理) 1. 基于 Java SDK public class SimpleProxyByJavaSdk { interface Life { void work(); } static class Person implements Life { public void work 阅读全文
posted @ 2020-12-20 02:44 东街浊酒づ 阅读(129) 评论(0) 推荐(0) 编辑