springboot整合sharding-jdbc,因sharding 5.3.0及以上版本,不在支持spring-boot-starter,只能通过这个新包,就没有了application.yaml的代码提示功能,有没有办法让idea重新支持代码提示功能(需要用到5.3.0及以上版本的新功能)
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc</artifactId>
<version>5.5.2</version>
</dependency>
