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

7 lines
133 B
Markdown
Raw Normal View History

2022-06-21 04:20:13 -04:00
## @Import
```java
Indicates one or more component classes to import ; typically {@link Configuration @Configuration} classes.
```