Mybatis中使用association及collection进行自关联示例(含XML版与注解版) XML版本: 实体类: Mapper接口: Mapper映射文件: Service实现类: 测试类: ...