idea对于shardingsphere5.3.0及以上版本,没有了配置文件的代码提示,有办法解决吗

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>