错误信息 Property ‘sqlSessionFactory’ or ‘sqlSessionTemplate’ are required
- 错误记录不能使用:druid-spring-boot-starter,不然会导致下面的问题:
个人主页也有文章实现分库分表方案文章,可以查看!
<!--使用这个出错 Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required-->
<!-- https://mvnrepository.com/artifact/com.alibaba/druid-spring-boot-starter -->
<!--<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.6</version>
</dependency>-->
<!-- https://mvnrepository.com/artifact/com.alibaba/drui