project/spring/springboot/解读@SpringBootApplication.md

7 lines
133 B
Markdown

## @Import
```java
Indicates one or more component classes to import ; typically {@link Configuration @Configuration} classes.
```