Merge branch '3.0.x'
Closes gh-35231
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user