SpringBoot學習_配置文件的加載位置

spring boot 啓動會掃描以下位置的application.properties或者 application.yml文件作爲Spring boot的默認配置文件 file:./config/:文件路徑下的config文件夾 file:./:文件路徑下 classpath:/config/:類路徑下的config文件夾 classpath:/:類路徑下 從上到下掃描,1的優先級最高,4的最低
相關文章
相關標籤/搜索