pang.jiabao
2025-10-16 29ccba30133dec6ec0516c0782da5fe7d046848d
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 {