上传测试
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good

This commit is contained in:
筱锋xiao_lfeng 2024-04-09 20:41:12 +08:00
parent a8ccce2eed
commit 1993eba4e2
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

View File

@ -7,7 +7,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication @SpringBootApplication
@EnableScheduling @EnableScheduling
public class JslOrganizeInternalOaApplication { public class JslOrganizeInternalOaApplication {
// debug
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(JslOrganizeInternalOaApplication.class, args); SpringApplication.run(JslOrganizeInternalOaApplication.class, args);
} }