摘要: spring 整合mybatis和OpenFeign时,都是通过接口来实现的,如: @Repository public interface OrderMapper { int deleteByPrimaryKey(Long codId); } @FeignClient("coupon") publ 阅读全文
posted @ 2022-09-11 12:58 yangxiaohui227 阅读(197) 评论(0) 推荐(0)