摘要: SpringBoot整合Mybatis 一、pom导入mybatis启动器 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depe 阅读全文
posted @ 2021-05-09 16:35 金盛年华 阅读(55) 评论(0) 推荐(0) 编辑
摘要: SpringBoot使用JDBC 一、pom引入jdbc启动器 <!-- jsbc启动器 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifa 阅读全文
posted @ 2021-05-09 11:02 金盛年华 阅读(1174) 评论(0) 推荐(0) 编辑