> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/iv.-spring-boot-features/25.-profiles/25.3.-profile-specific-configuration-files.md).

# 25.3. Profile-specific配置文件

Profile-specific的配置，不管是`application.properties`（或`application.yml`），还是通过`@ConfigurationProperties`引用的文件都是被当作文件来加载的，具体参考[Section 24.4, “Profile-specific Properties”](/spring-boot/iv.-spring-boot-features/24.-externalized-configuration/24.4.-profile-specific-properties.md)。
