springboot配置文件外置處理 前言: 在springboot項目中,一般的配置文件都在resource/config下面,它可以以兩種方式存在,一種是yml,一種是properties方式。 當運維 ...