浏览代码

初始化代码

liuyc 3 年之前
父节点
当前提交
f64ef4fa85

+ 1 - 1
blade-common/src/main/java/org/springblade/common/constant/LauncherConstant.java

@@ -28,7 +28,7 @@ import static org.springblade.core.launch.constant.AppConstant.APPLICATION_NAME_
 public interface LauncherConstant {
 public interface LauncherConstant {
 
 
 
 
-	String APPLICATION_MANAGER_NAME = APPLICATION_NAME_PREFIX + "manager";
+	String APPLICATION_MANAGER_NAME = APPLICATION_NAME_PREFIX +  "manager";
 
 
 	/**
 	/**
 	 * xxljob
 	 * xxljob

+ 1 - 0
blade-ops/blade-swagger/src/main/java/org/springblade/swagger/SwaggerApplication.java

@@ -31,6 +31,7 @@ public class SwaggerApplication {
 
 
 	public static void main(String[] args) {
 	public static void main(String[] args) {
 		BladeApplication.run(AppConstant.APPLICATION_SWAGGER_NAME, SwaggerApplication.class, args);
 		BladeApplication.run(AppConstant.APPLICATION_SWAGGER_NAME, SwaggerApplication.class, args);
+
 	}
 	}
 
 
 }
 }

+ 1 - 0
pom.xml

@@ -225,4 +225,5 @@
         </pluginRepository>
         </pluginRepository>
     </pluginRepositories>
     </pluginRepositories>
 
 
+
 </project>
 </project>