去除多余注解

This commit is contained in:
limqhz
2020-04-04 22:11:43 +08:00
parent 52356ae97e
commit c69c799f4a
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
* @since 2017-06-19
*/
@SpringBootApplication
@EnableAutoConfiguration
@EnableScheduling
@EnableAsync
@MapperScan(value = {"com.sv.mapper"})