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