pjb
2025-07-05 015b9522a1a70a3e727fccfcc2f56365d82aaaf3
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 {