Commit 49674448 authored by Stephane Nicoll's avatar Stephane Nicoll

Add links to sample auto-configuration classes

Closes gh-3767
parent 69581f90
...@@ -3857,8 +3857,10 @@ should apply. Usually auto-configuration classes use `@ConditionalOnClass` and ...@@ -3857,8 +3857,10 @@ should apply. Usually auto-configuration classes use `@ConditionalOnClass` and
`@ConditionalOnMissingBean` annotations. This ensures that auto-configuration only applies `@ConditionalOnMissingBean` annotations. This ensures that auto-configuration only applies
when relevant classes are found and when you have not declared your own `@Configuration`. when relevant classes are found and when you have not declared your own `@Configuration`.
You can browse the source code of `spring-boot-autoconfigure` to see the `@Configuration` You can browse the source code of {sc-spring-boot-autoconfigure}[`spring-boot-autoconfigure`]
classes that we provide (see the `META-INF/spring.factories` file). to see the `@Configuration` classes that we provide (see the
{github-code}/spring-boot-autoconfigure/src/main/resources/META-INF/spring.factories[`META-INF/spring.factories`]
file).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment