Spring Boot 的自动配置 @EnableAutoConfiguration
Spring Boot 自动配置之@EnableAutoConfiguration
Spring Boot 自动配置之@Enable* 与@Import注解
更好的支持调试,在项目进行修改之后不需要耗费时间重启,在应用程序正运行的情况下即可实时生效,以节约时间和操作。
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
@Override
@Deprecated
@SuppressWarnings