摘要: 环境信息 Maven 依赖 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>5.2.2.RELEASE</version> </dependency> < 阅读全文
posted @ 2021-09-30 18:07 流星<。)#)))≦ 阅读(290) 评论(0) 推荐(0) 编辑
摘要: ProxyFactory 测试程序代码 public interface EchoService { String echo(String message) throws NullPointerException; default String echoTwice(String message) { 阅读全文
posted @ 2021-09-30 18:07 流星<。)#)))≦ 阅读(68) 评论(0) 推荐(0) 编辑