gpt4 book ai didi

java - Spring 在属性中包含相对路径

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

我正在尝试在 config/app.properties 中实现:

myfile.location=./myfile

其中 . 相对于所述属性文件。这可能吗 ?我尝试过:

resourceLoader.getResource(appConfig.getMyFileLocation());

其中resourceLoader和appConfig是 Autowiring 的,但它不起作用。

最佳答案

我通常这样引用我的文件:

myfile.location=classpath:myfile

其中 myfile 与属性文件位于同一位置。

关于java - Spring 在属性中包含相对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53049318/

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