org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'historyService' defined in file [E:\IdeaProjects\starinet\starinet-register\target\classes\com\alibaba\nacos\config\server\service\HistoryService.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'externalHistoryConfigInfoPersistServiceImpl' defined in URL [jar:file:/E:/Maven/MavenLib/io/springboot/nacos/nacos-config/2.2.0.PIGOEM/nacos-config-2.2.0.PIGOEM.jar!/com/alibaba/nacos/config/server/service/repository/extrnal/ExternalHistoryConfigInfoPersistServiceImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.alibaba.nacos.config.server.service.repository.extrnal.ExternalHistoryConfigInfoPersistServiceImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: java.lang.RuntimeException: [db-load-error]load jdbc.properties error
创建名称为“historyService”的bean时出错:通过构造函数参数0表示不满意的依赖关系;