|
@@ -20,7 +20,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
@EnableScheduling
|
|
|
@SpringBootApplication
|
|
|
@MapperScan("com.huimv.video.*.mapper")
|
|
|
-//@Import(InterceptorConfig.class)
|
|
|
+@Import(InterceptorConfig.class)
|
|
|
public class HuimvVideoApplication {
|
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(HuimvVideoApplication.class, args);
|