這裡是springboot載入相應檔案彙總內容,內容持續更新。
yml檔案載入
讀取普通的properties檔案
讀取bean配置檔案
待續…
server
:servlet
:context-path
: /spring-web
port
:8081
person
:username
: 張三
age:18
birth-date
: 2020/8/3
hobby:[
"籃球"
,"聽歌"
,"寫作"
]others
:key1
: value1
key2
: value2
work-contents:-
key1
: key11
-key2
: key22
@component
@configurationproperties
(prefix =
"person"
)public
class
person
# 測試案**
@runwith
(springrunner.
class
)@springboottest
(classes =
, webenvironment = springboottest.webenvironment.random_port)
public
class
springmaintest
}
person, workcontents=[, ]}
person.username=李四
Spring Boot配置檔案
方式 示例 檔案路徑 classpath或者classpath的 config目錄下 檔案內容 全域性通用配置 方式 通過environment獲取 示例 system.out println ctx.getenvironment getproperty env 方式一 configurationp...
springboot配置檔案
配置檔案的作用 修改springboot自動配置的預設值 yaml yaml ain t markup language yaml a markup language 是乙個標記語言 yaml isn t markup language 不是乙個標記語言 標記語言 以前的配置檔案大都是xml檔案,y...
springboot 配置檔案
1.配置檔案 系統配置 自定義配置 server host 空格 value windows檔案路徑,包含 可以直接寫。以空格個數區分層次 logging level root trace file log.txt server.host value 顯示單引號 包 value 包 顯示雙引號 包 ...