Merge branch '2.7.x' into 3.0.x

Closes gh-35230
This commit is contained in:
Andy Wilkinson
2023-05-02 11:58:33 +01:00

View File

@@ -40,7 +40,7 @@ import org.springframework.data.repository.Repository;
* Indicates a {@link Configuration configuration} class that declares one or more
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
* annotation that is equivalent to declaring {@code @Configuration},
* annotation that is equivalent to declaring {@code @SpringBootConfiguration},
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
*
* @author Phillip Webb