gpt4 book ai didi

Java spring 无法从 application.properties 中正确读取值

转载 作者:太空宇宙 更新时间:2023-11-04 11:10:51 25 4
gpt4 key购买 nike

我在 application.properties 文件方面遇到了一个非常困难的问题,因为我无法使用 java spring 正确读取该文件。下面给出简单的源代码。预先感谢您。

application.properties 文件

message.username=john12345

Messages.java

@Value("${message.username}")
private String username;

它抛出 FileNotFoundException 并显示该值始终为 null

最佳答案

您应该在 spring 上下文中配置 property-placeholder:

<context:property-placeholder location="classpath*:my.properties"/

关于Java spring 无法从 application.properties 中正确读取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46013957/

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