服务启动

This commit is contained in:
2025-10-05 18:00:29 +08:00
parent ef96570896
commit 1970865acb
25 changed files with 558 additions and 54 deletions

View File

@@ -1,7 +0,0 @@
package org.xyzh;
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
}
}