fix: fix cannot clean the expired data bug

This commit is contained in:
wzp 2024-12-26 12:44:53 +08:00
parent 74053a95df
commit 38e590d4d7

View File

@ -5,10 +5,12 @@ import com.mybatisflex.core.audit.ConsoleMessageCollector;
import com.mybatisflex.core.audit.MessageCollector;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.web.socket.config.annotation.EnableWebSocket;
@SpringBootApplication
@EnableWebSocket
@EnableScheduling
public class ClubApplication {
public static void main(String[] args) {