|
|
@ -11,7 +11,6 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
|
import org.springframework.context.annotation.FilterType;
|
|
|
|
import org.springframework.context.annotation.FilterType;
|
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
|
|
|
|
|
|
|
|
|
@Log4j
|
|
|
|
|
|
|
|
@SpringBootApplication
|
|
|
|
@SpringBootApplication
|
|
|
|
@EnableScheduling
|
|
|
|
@EnableScheduling
|
|
|
|
@MapperScan(basePackages = {"com.supervision.**.mapper"})
|
|
|
|
@MapperScan(basePackages = {"com.supervision.**.mapper"})
|
|
|
|