摘要: 下面的插件配置的里面需要加上具体的main类 <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <configuration> <mainClass>com.qu 阅读全文
posted @ 2020-07-07 20:28 小丑quan 阅读(344) 评论(0) 推荐(0)
摘要: 静态代理: 例子: 接口: public interface InterfaceBase { void proxy(); } 接口实现类: public class InterfaceBaseReal implements InterfaceBase{ public void proxy() { S 阅读全文
posted @ 2020-07-07 19:09 小丑quan 阅读(327) 评论(0) 推荐(0)