我正在尝试让我的 Spring Boot 项目使用在项目之外定义的属性。我已经尝试了文档中描述的步骤,但我无法让它工作。
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html
.
+- folder
+- properties
+- application.properties
+- myproject
+- src
我将它用于 VM 选项:-Dspring.config.location=file:../properties/
但它不起作用。我尝试了多个值spring.config.location
但没有成功(我想问题来自这里)。