码迷,mamicode.com
首页 > 编程语言 > 详细

IntellJ IDEA2017 springboot2.0.2中读取配置

时间:2018-05-20 10:46:19      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:path   配置   tar   intellj   ica   扩展名   路径   指定   quick   

IDEA 路径 src\main\resources\application.properties

配置文件名称为 application.properties

默认的位置在classpath根目录下,或者classpath:/config,file:/,file:config/

默认的配置文件名字可以使用
--spring.config.name来指定,只需要指定文件的名字,文件扩展名可以省略


指定文件名称:
--spring.config.name = app
指定文件路径
--spring.config.location=classpath:config/app.properties

指定多个配置文件(不在项目路径下)
--spring.config.location=classpath:config/app.properties,file:C:/usr/tomcatport.properties

 

 

相关代码:

             https://github.com/liushaoye/quick_start/tree/second

IntellJ IDEA2017 springboot2.0.2中读取配置

标签:path   配置   tar   intellj   ica   扩展名   路径   指定   quick   

原文地址:https://www.cnblogs.com/liuyangfirst/p/9062380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!