赞
踩
spring加载配置文件
开发中, 经常用到配置文件, 例如使用spring.config.location和spring.config.additional-location配置来加载外部配置文件, 如果使用此配置文件需要注意以下几点:
java -jar ..\unit-test-1.0-rc.jar --spring.config.additional-location=D:\git\unit-test\target\app\config\ --spring.profiles.active=dev
https://docs.spring.io/spring-boot/docs/2.1.3.RELEASE/reference/htmlsingle/#boot-features-external-config-typesafe-configuration-properties
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。