|
|
|
|
@ -40,7 +40,7 @@ import org.springframework.data.repository.Repository;
@@ -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 |
|
|
|
|
|