Merge pull request 'master' (#4) from master into main

Reviewed-on: #4
This commit is contained in:
wzp 2024-04-21 14:04:48 +00:00
commit 1b4b6de619

View File

@ -8,6 +8,7 @@ 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);
}