springboot yml裡的自定義配置

2022-02-18 12:07:03 字數 565 閱讀 2309

主要介紹三種,字串配置,陣列配置和帶預設值的配置

字串配置

//yml

setstring: hello

/*** 字串.

*/@value("$")

string setstring;

陣列配置
//yml

setarray:--

/*** 陣列.

*/@value("$")

string setarray;

帶預設值的配置
/**

* 陣列預設值.

*/@value("$")

string setarraydefault;

為三種型別的配置新增單元測試
@test

public void stringtest()

@test

public void arraytest() );

} @test

public void arraydefaulttest() );

}

Spring Boot yml配置檔案

spring boot 使用乙個全域性配置檔案,配置檔名是固定的 yaml yaml ain t markup language server port 80821.yaml語法 1.1 基本語法 1.2 值的寫法 測試 person dog name component configuration...

Spring Boot yml檔案配置檔案內容

spring 資料庫連線資訊 datasource url jdbc mysql localhost 3306 test username root password driver class name com.mysql.jdbc.driver 以下為druid增加的配置 type com.ali...

python裡 怎麼打 python裡的 怎麼輸入

python去重函式是什麼 用python寫溫度轉換 python中的 就是math.pi變數 它被包含在標準庫中,在你試圖自己計算它之前,應該先去匯入math庫,才能呼叫math.pi方法 import sys import math defmain ar if len ar 1 sys.exit...