ddd icon indicating copy to clipboard operation
ddd copied to clipboard

DDD领域驱动设计的学习与实践

Results 2 ddd issues
Sort by recently updated
recently updated
newest added

你好,想问下你的idea是如何生成向下集成关系的时序图的,为啥我的只能生成向上父类的继承关系

在ddd-example中的BlogListController类的getBlogList()方法中,写了mBlogService.getBlogList(start, num),但是BlogService类中并没有该getBlogList()方法