DDD-proble

37 阅读1分钟
  1. “DDD 通过Repository设计模式解耦各层对依赖”,怎么实现
    1. 所谓Repository 就是把传统的直接调用DAO,换成对接口的调用,利用Spring 的IOC,把实现层隔离,使得调用方和真正的底层存储隔离。

    2. developer.aliyun.com/article/758…