feat:glados积分数量

This commit is contained in:
Xiang
2026-05-08 16:04:18 +08:00
parent 3b596bfa91
commit a78da44f23
2 changed files with 3 additions and 1 deletions

View File

@@ -4,8 +4,10 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication
@EnableScheduling
public class Application {
private static final Logger log = LoggerFactory.getLogger(Application.class);