org.springframework.beans.factory.annotation.value 防止不存在报错Could not resolve placeholder
Posted ISaiSai
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.springframework.beans.factory.annotation.value 防止不存在报错Could not resolve placeholder相关的知识,希望对你有一定的参考价值。
@Value("$base.name?:'hehe'")
String name;
当在application.yml 中没有配置base.name
的时候,系统会报错:Could not resolve placeholder
常规解决办法是补充一个配置
也可以在@Value 值中通过三元运算符设置一个默认值
以上是关于org.springframework.beans.factory.annotation.value 防止不存在报错Could not resolve placeholder的主要内容,如果未能解决你的问题,请参考以下文章
REST API:org.springframework.beans.factory.UnsatisfiedDependencyException:
Spring security-org.springframework.beans.factory.BeanCreationException:创建名为“org.springframework.sec
org.springframework.beans.factory.UnsatisfiedDependencyException:
没有实现 [org.springframework.beans.factory.xml.NamespaceHandler] 接口
Spring Boot 错误 org.springframework.beans.factory.UnsatisfiedDependencyException
org.springframework.beans.factory.UnsatisfiedDependencyException:创建 bean 时出错