09 2022 档案
摘要:我们要先从注册中心将服务下线 为了通用性,不管任何注册中心都能使用统一的逻辑,我们在项目提供下面的Controller: @RestController public class ServerDeRegisterController { @Autowired private ServiceRegis
阅读全文
摘要:spring 整合mybatis和OpenFeign时,都是通过接口来实现的,如: @Repository public interface OrderMapper { int deleteByPrimaryKey(Long codId); } @FeignClient("coupon") publ
阅读全文
摘要:
阅读全文