springboot啟動加載順序 springboot yml啟動順序?
springboot yml啟動順序?配置文件優(yōu)先級從高到低文件:./config/-最高優(yōu)先級(在項目根路徑下配置)文件:/-優(yōu)先級2-(在項目根下)classpath/config/-Priori
springboot yml啟動順序?
配置文件優(yōu)先級從高到低文件:./config/-最高優(yōu)先級(在項目根路徑下配置)文件:/-優(yōu)先級2-(在項目根下)
classpath/config/-Priority 3(在項目資源/config下)
classpath:/-Priority 4(在項目資源根下)