pang.jiabao
2025-11-10 6e1a29fbb8b364337d1f14693a4b573ef4ab43dc
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 {