debug: 内容 Debug 测试提交
All checks were successful
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/head This commit looks good
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/pr-master This commit looks good
JslGroup/JslDeveloper/JSL_OrganizeInternalOA/pipeline/pr-develop This commit looks good

This commit is contained in:
筱锋xiao_lfeng 2024-04-09 20:46:54 +08:00
parent c700ab5a5c
commit b48d89f22e
Signed by: XiaoLFeng
GPG Key ID: F693AA12AABBFA87

View File

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