异步领取 奖项

This commit is contained in:
2024-12-06 15:54:27 +08:00
parent 0f2cac26b7
commit ce8c9f38e0
2 changed files with 14 additions and 13 deletions

View File

@@ -12,7 +12,6 @@ import java.util.Map;
/**
* @author GYJ
*/
@EnableAsync
@EnableScheduling
@SpringBootApplication
public class SqxApplication {
@@ -35,12 +34,12 @@ public class SqxApplication {
}
});
System.out.println("(♥◠‿◠)ノ゙ 短剧系统启动成功 ლ(´ڡ`ლ)゙ \n"+
" _ \n" +
" | | \n" +
" ___ | | __\n" +
" / _ \\| |/ /\n" +
"| (_) | < \n" +
" \\___/|_|\\_\\");
" _ \n" +
" | | \n" +
" ___ | | __\n" +
" / _ \\| |/ /\n" +
"| (_) | < \n" +
" \\___/|_|\\_\\");
}