Compare commits

...

2 Commits

Author SHA1 Message Date
c700ab5a5c
上传测试
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
2024-04-09 20:45:02 +08:00
1993eba4e2
上传测试
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
2024-04-09 20:41:12 +08:00
2 changed files with 1 additions and 1 deletions

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);
} }