1.这是springboot内置的,像application.properties也是内置的。
很多框架都会有约定好的一些配置文件名字,比如logback日志框架会识别logback.xml等
软件编程有一个原则:约定优于配置。
2.SpringBoot会自动识别下面这组配置文件
application.properties/yml
config/application.properties/yml
如果是SpringCloud,还会自动识别下面这组配置文件:
bootstrap.properties/yml
config/bootstrap.properties/yml