Bootstrap

mybatis的一对一,一对多,多对多的mapper.xml配置

使用springboot完成一对一,一对多:

一对一:

主要是<resultMap>与<association>

 

一对多:

主要是<collection>

多对多:

;