摘要: 一、数据库中的表之间的对应关系一对一 一对多 多对一 多对多二、mybatis 中的表之间的对应关系在 mybatis 中的思想中,一对多其实本质上是一对一;因为在多的一方眼里,终究还是一对一的一对一 多对多三、... 阅读全文
posted @ 2020-08-05 17:38 IT蓝月 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一、SpringBoot整合Mybatis1.添加Mybatis的起步依赖(pom.xml文件) org.mybatis.spring.boot mybatis-spring-boot-starter... 阅读全文
posted @ 2020-08-05 16:57 IT蓝月 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 配置文件1.SpringBoot 支持的配置文件SpringBoot是基于约定的,所以很多配置都有默认值,但如果想使用自己的配置替换默认配置的话,就可以使用application.properties或者appl... 阅读全文
posted @ 2020-08-05 15:54 IT蓝月 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 一、原理分析1.spring-boot 起步依赖(1)spring-boot-starter-parent(spring boot 的爸爸)其中有几行代码如下,它指明了 springboot 的配置文件类型 t... 阅读全文
posted @ 2020-08-05 13:46 IT蓝月 阅读(103) 评论(0) 推荐(0) 编辑
Live2D