Spingboot启动jar包引用外部的yml配置文件
1、指定文件目录命令
java -jar xxxxx.jar --spring.config.location=路径(application.yml)
2、jar包目录下
java -jar xxxx.jar
2.1 可以在 当前Jar文件目录 建 config同级目录,这个config同级目录放入 application.yml
2.2 也可以在 当前Jar文件目录 直接放入application.yml
标签:文件目录,配置文件,Spingboot,jar,application,config,yml From: https://www.cnblogs.com/threestone2010/p/17534492.html