摘要: mybatis3中文文档:https://mybatis.org/mybatis-3/zh/index.html 菜鸟教程:https://www.runoob.com/ maven repository https://mvnrepository.com/ 狂神说视频:https://www.bi 阅读全文
posted @ 2020-09-23 09:29 行智障 阅读(136) 评论(0) 推荐(0)
摘要: 多对多:一对多: <collection property="classesList" javaType="ArrayList" ofType="com.example.demo.entity.Classes"> </collection> <select id="getTeacherClasses 阅读全文
posted @ 2020-09-23 09:21 行智障 阅读(148) 评论(0) 推荐(0)