Skip to content

Commit c5aa68d

Browse files
committed
Merge branch '2.2.x'
Closes spring-projectsgh-18937
2 parents a6c3411 + 84f682d commit c5aa68d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/SpringBootApplication.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
import org.springframework.boot.SpringBootConfiguration;
2727
import org.springframework.boot.context.TypeExcludeFilter;
28-
import org.springframework.boot.context.properties.ConfigurationPropertiesScan;
2928
import org.springframework.context.annotation.Bean;
3029
import org.springframework.context.annotation.ComponentScan;
3130
import org.springframework.context.annotation.ComponentScan.Filter;
@@ -37,10 +36,9 @@
3736
/**
3837
* Indicates a {@link Configuration configuration} class that declares one or more
3938
* {@link Bean @Bean} methods and also triggers {@link EnableAutoConfiguration
40-
* auto-configuration}, {@link ComponentScan component scanning}, and
41-
* {@link ConfigurationPropertiesScan configuration properties scanning}. This is a
42-
* convenience annotation that is equivalent to declaring {@code @Configuration},
43-
* {@code @EnableAutoConfiguration}, {@code @ComponentScan}.
39+
* auto-configuration} and {@link ComponentScan component scanning}. This is a convenience
40+
* annotation that is equivalent to declaring {@code @Configuration},
41+
* {@code @EnableAutoConfiguration} and {@code @ComponentScan}.
4442
*
4543
* @author Phillip Webb
4644
* @author Stephane Nicoll

0 commit comments

Comments
 (0)