02 2022 档案
摘要://静态代理模式//真实对象和代理对象都需要实现同一个接口//代理对象 要代理真实对象//创建一个接口 创建真实对象和创建一个代理对象 public class StaticProxy { public static void main(String[] args) { WeddingCompany
阅读全文
摘要:Springcloud 子服务A的方法 import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @Res
阅读全文