Compare commits

..

No commits in common. "c700ab5a5ce6ac9191775bed0f75570e4be57203" and "a8ccce2eeda11c98fb64b740ffd5820cb93aaf49" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

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