|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
package com.xxl.job.admin; |
|
|
|
|
|
|
|
|
|
import org.springblade.common.constant.LauncherConstant; |
|
|
|
|
import org.springblade.common.constant.TenantNum; |
|
|
|
|
import org.springblade.core.launch.BladeApplication; |
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
|
|
|
|
|
@ -12,7 +11,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
public class JobAdminApplication { |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
BladeApplication.run(LauncherConstant.APPLICATION_XXLJOB_ADMIN_NAME.concat(TenantNum.DEVAUTH), JobAdminApplication.class, args); |
|
|
|
|
BladeApplication.run(LauncherConstant.APPLICATION_XXLJOB_ADMIN_NAME, JobAdminApplication.class, args); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|