Browse Source

Merge pull request #22839 from dreis2211

* pr/22839:
  Fix some doc anchors

Closes gh-22839
pull/22845/head
Stephane Nicoll 6 years ago
parent
commit
342a98afc6
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc
  2. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/howto.adoc

@ -2478,7 +2478,7 @@ Overriding versions may cause compatibility issues. @@ -2478,7 +2478,7 @@ Overriding versions may cause compatibility issues.
To override dependency versions with Maven, see {spring-boot-maven-plugin-docs}#using[this section] of the Maven plugin's documentation.
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-docs}#managing-dependencies-customizing[this section] of the Gradle plugin's documentation.
To override dependency versions in Gradle, see {spring-boot-gradle-plugin-docs}#managing-dependencies-dependency-management-plugin-customizing[this section] of the Gradle plugin's documentation.

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

@ -633,7 +633,7 @@ You cannot use a wildcard in a `classpath:` location. @@ -633,7 +633,7 @@ You cannot use a wildcard in a `classpath:` location.
[[boot-features-external-config-files-profile-specific]]
==== Profile Specific Files[[boot-features-external-config-profile-specific-properties]]
==== Profile Specific Files
As well as `application` property files, Spring Boot will also attempt to load profile-specific files using the naming convention `application-\{profile}`.
For example, if your application activates a profile named `prod` and uses YAML files, then both `application.yml` and `application-prod.yml` will be considered.

Loading…
Cancel
Save