摘要: Spring入门 spring快速入门 一、导入spring依赖 maven仓库地址:https://mvnrepository.com/ <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> < 阅读全文
posted @ 2021-07-05 23:33 鬼谷仙生 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 一对多、多对一处理和动态SQL 一对多处理 比如:一个老师拥有多个学生! 对于老师而言,就是一对多的关系! 环境搭建: 数据库: CREATE TABLE `teacher` ( `id` INT(10) NOT NULL, `name` VARCHAR(30) DEFAULT NULL, PRIM 阅读全文
posted @ 2021-07-05 00:03 鬼谷仙生 阅读(84) 评论(0) 推荐(0) 编辑