摘要: maven依赖 1 <!--log4j--> 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <artifactId>spring-boot-starter</artifactId> 5 <exclusions> 6 <e 阅读全文
posted @ 2022-01-09 11:55 勤快的懒羊羊 阅读(558) 评论(0) 推荐(0) 编辑
摘要: Springboot整合Mybatis,连接多个数据库,其实和mybatis连接单个数据库基本一致,只是在对应包下面引入对应的数据源即可,下面是maven依赖,需要注意的是mysql使用的版本 1 <dependencies> 2 <dependency> 3 <groupId>com.oracle 阅读全文
posted @ 2022-01-09 10:29 勤快的懒羊羊 阅读(3650) 评论(0) 推荐(0) 编辑