gpt4 book ai didi

spring - 在Spring Boot中从用户主页获取特定于环境的属性

转载 作者:行者123 更新时间:2023-12-04 08:32:45 26 4
gpt4 key购买 nike

我正在开发一个Spring Boot应用程序,在该应用程序中我必须从用户主文件夹设置Environment specific properties

我用相同的方式挖掘Google,发现我们可以在资源下放置不同的属性文件(开发,测试,生产),然后我们必须使用spring.profiles.active=dev OR prod告诉spring boot我们要使用哪个环境。

但是,我的要求却大不相同。我会将文件放在系统中的用户主目录中,并希望从该文件读取属性。我该怎么做,需要指导。

援助之手将不胜感激。

最佳答案

Spring Boot docs:

You can also refer to an explicit location using the spring.config.location environment property (comma-separated list of directory locations, or file paths).



在文档继续说明状态时,必须在命令行上指定此值或将其指定为环境变量。
$ java -jar myproject.jar --spring.config.location=classpath:/default.properties,classpath:/override.properties

关于spring - 在Spring Boot中从用户主页获取特定于环境的属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41024585/

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