springboot集成sharding-jdbc错误:Missing the data source name: 'null'
插件版本
springboot 2.1.4集成sharding-jdbc3.1.0+mybatis-plus。
pom文件以及yaml文件
<!-- 集成sharding-jdbc -->
<dependency>
<groupId>io.shardingsphere</groupId>
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
<version>3.1.0</version>
</dependency>