Merge pull request 'test: 删除测试代码' (#5) from master into main

Reviewed-on: #5
This commit is contained in:
wzp 2024-04-21 14:13:08 +00:00
commit 3c5a574ded

View File

@ -8,7 +8,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableScheduling
public class ItzxClubsHomeServerApplication {
public static void main(String[] args) {
System.out.println("Test");
SpringApplication.run(ItzxClubsHomeServerApplication.class, args);
}