chore: 开发环境默认关闭任务调度配置,并调整任务调度服务端程序名称以增加区分

This commit is contained in:
2024-08-01 21:59:19 +08:00
parent 97acf52bac
commit ffe75e111e
3 changed files with 4 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @since 2024/6/25 22:24
*/
@SpringBootApplication
public class ContinewAdminJobApplication {
public class JobServerApplication {
public static void main(String[] args) {
SpringApplication.run(com.aizuda.snailjob.server.SnailJobServerApplication.class, args);