去除多余注解
This commit is contained in:
@@ -14,7 +14,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
||||
* @since 2017-06-19
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@EnableAutoConfiguration
|
||||
@EnableScheduling
|
||||
@EnableAsync
|
||||
@MapperScan(value = {"com.sv.mapper"})
|
||||
|
||||
Reference in New Issue
Block a user