摘要:
阅读全文
摘要:
class A extends B{//这里B叫做父类或者基类,A叫做子类或者派生类 } class A extends B{//这里B叫做父类或者基类,A叫做子类或者派生类 } 阅读全文
摘要:
@Reference 用在消费端,表明使用的是服务端的什么服务@RestControllerpublic class RemoteUserController { @Reference(version = "1.0.0",check = true) private RemoteUserService 阅读全文
该文被密码保护。 阅读全文