@@ -28,7 +28,7 @@ import static org.springblade.core.launch.constant.AppConstant.APPLICATION_NAME_
public interface LauncherConstant {
- String APPLICATION_MANAGER_NAME = APPLICATION_NAME_PREFIX + "manager";
+ String APPLICATION_MANAGER_NAME = APPLICATION_NAME_PREFIX + "manager";
/**
* xxljob
@@ -31,6 +31,7 @@ public class SwaggerApplication {
public static void main(String[] args) {
BladeApplication.run(AppConstant.APPLICATION_SWAGGER_NAME, SwaggerApplication.class, args);
+
}
@@ -225,4 +225,5 @@
</pluginRepository>
</pluginRepositories>
</project>