pang.jiabao
2025-09-17 1c80f6410a4bd8d2d7cfece250d32b9bbac98ef8
src/main/java/com/zy/Boot.java
@@ -1,12 +1,14 @@
package com.zy;
import com.zy.common.utils.RandomValidateCodeUtil;
import com.zy.utils.RandomValidateCodeUtil;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;
@EnableAsync
@EnableScheduling
@SpringBootApplication
public class Boot extends SpringBootServletInitializer {