gpt4 book ai didi

spring - 使用@Value 注解注入(inject)日期

转载 作者:行者123 更新时间:2023-12-04 22:05:30 37 4
gpt4 key购买 nike

这就是我尝试将日期注入(inject)@Component 类的方式。

@Value("${new java.text.SimpleDateFormat(\"yyyyMMdd\").parse(\"${PROP_DATE}\")}")
Date myDate;

日期在属性文件中指定为字符串:
PROP_DATE=20110421

我得到这个错误。我究竟做错了什么?还有其他方法可以注入(inject) Date 属性吗?谢谢。
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ccc': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: java.util.Date aaa.bbb.ccc.myDate; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'new java.text.SimpleDateFormat("yyyyMMdd").parse("20110421")'

最佳答案

使用#{new java.text.SimpleDateFormat(\"yyyyMMdd\").parse(\"${PROP_DATE}\")}用于带有 spEL 的过程值

关于spring - 使用@Value 注解注入(inject)日期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18066482/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com