Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot 将spring boot升级到2.4.4后,获得;LeaseAwareValultPropertySource:Vault位置[机密/应用程序]不可解析:未找到”;_Spring Boot_Spring Cloud Config_Spring Cloud Vault Config - Fatal编程技术网

Spring boot 将spring boot升级到2.4.4后,获得;LeaseAwareValultPropertySource:Vault位置[机密/应用程序]不可解析:未找到”;

Spring boot 将spring boot升级到2.4.4后,获得;LeaseAwareValultPropertySource:Vault位置[机密/应用程序]不可解析:未找到”;,spring-boot,spring-cloud-config,spring-cloud-vault-config,Spring Boot,Spring Cloud Config,Spring Cloud Vault Config,我已经从spring boot 2.1.13升级到了2.4.4,升级后,当我启动应用程序时,从下面获取有关vault的日志,也从下面获取日志配置文件分隔符:“-”也不起作用,因为我的文件使用“-”作为配置文件分隔符 LeaseAwareVaultPropertySource : Vault location [secret/application/local] not resolvable: Not found LeaseAwareVaultPropertySource : Vault lo

我已经从spring boot 2.1.13升级到了2.4.4,升级后,当我启动应用程序时,从下面获取有关vault的日志,也从下面获取日志配置文件分隔符:“-”也不起作用,因为我的文件使用“-”作为配置文件分隔符

LeaseAwareVaultPropertySource  : Vault location [secret/application/local] not resolvable: Not found
LeaseAwareVaultPropertySource  : Vault location [secret/application/dev] not resolvable: Not found
LeaseAwareVaultPropertySource  : Vault location [secret/application] not resolvable: Not found
我正在使用SpringCloudConfigServer,并获取属性

我已经设置了spring.config.use legacy processing=true

请提供有关此问题的任何指导