From 80b6cbfc9c861469146318d0b3dd5f8b8b525b8a Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期五, 01 十一月 2024 15:11:19 +0800
Subject: [PATCH] Revert "集成获取mdm分发通用数据格式接口集成"

---
 Source/BladeX-Tool/blade-core-launch/src/main/java/org/springblade/core/launch/constant/AppConstant.java |  131 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 131 insertions(+), 0 deletions(-)

diff --git a/Source/BladeX-Tool/blade-core-launch/src/main/java/org/springblade/core/launch/constant/AppConstant.java b/Source/BladeX-Tool/blade-core-launch/src/main/java/org/springblade/core/launch/constant/AppConstant.java
new file mode 100644
index 0000000..dad8d3a
--- /dev/null
+++ b/Source/BladeX-Tool/blade-core-launch/src/main/java/org/springblade/core/launch/constant/AppConstant.java
@@ -0,0 +1,131 @@
+/*
+ *      Copyright (c) 2018-2028, Chill Zhuang All rights reserved.
+ *
+ *  Redistribution and use in source and binary forms, with or without
+ *  modification, are permitted provided that the following conditions are met:
+ *
+ *  Redistributions of source code must retain the above copyright notice,
+ *  this list of conditions and the following disclaimer.
+ *  Redistributions in binary form must reproduce the above copyright
+ *  notice, this list of conditions and the following disclaimer in the
+ *  documentation and/or other materials provided with the distribution.
+ *  Neither the name of the dreamlu.net developer nor the names of its
+ *  contributors may be used to endorse or promote products derived from
+ *  this software without specific prior written permission.
+ *  Author: Chill 搴勯獮 (smallchill@163.com)
+ */
+package org.springblade.core.launch.constant;
+
+/**
+ * 绯荤粺甯搁噺
+ *
+ * @author Chill
+ */
+public interface AppConstant {
+
+	/**
+	 * 搴旂敤鐗堟湰
+	 */
+	String APPLICATION_VERSION = "3.0.1.RELEASE";
+
+	/**
+	 * 鍩虹鍖�
+	 */
+	String BASE_PACKAGES = "org.springblade";
+
+	/**
+	 * 搴旂敤鍚嶅墠缂�
+	 */
+	String APPLICATION_NAME_PREFIX = "blade-";
+	/**
+	 * 缃戝叧妯″潡鍚嶇О
+	 */
+	String APPLICATION_GATEWAY_NAME = APPLICATION_NAME_PREFIX + "gateway";
+	/**
+	 * 鎺堟潈妯″潡鍚嶇О
+	 */
+	String APPLICATION_AUTH_NAME = APPLICATION_NAME_PREFIX + "auth";
+	/**
+	 * 鐩戞帶妯″潡鍚嶇О
+	 */
+	String APPLICATION_ADMIN_NAME = APPLICATION_NAME_PREFIX + "admin";
+	/**
+	 * 鎶ヨ〃绯荤粺鍚嶇О
+	 */
+	String APPLICATION_REPORT_NAME = APPLICATION_NAME_PREFIX + "report";
+	/**
+	 * 闆嗙兢鐩戞帶鍚嶇О
+	 */
+	String APPLICATION_TURBINE_NAME = APPLICATION_NAME_PREFIX + "turbine";
+	/**
+	 * 閾捐矾杩借釜鍚嶇О
+	 */
+	String APPLICATION_ZIPKIN_NAME = APPLICATION_NAME_PREFIX + "zipkin";
+	/**
+	 * websocket鍚嶇О
+	 */
+	String APPLICATION_WEBSOCKET_NAME = APPLICATION_NAME_PREFIX + "websocket";
+	/**
+	 * 棣栭〉妯″潡鍚嶇О
+	 */
+	String APPLICATION_DESK_NAME = APPLICATION_NAME_PREFIX + "desk";
+	/**
+	 * 绯荤粺妯″潡鍚嶇О
+	 */
+	String APPLICATION_SYSTEM_NAME = APPLICATION_NAME_PREFIX + "system";
+	/**
+	 * 鐢ㄦ埛妯″潡鍚嶇О
+	 */
+	String APPLICATION_USER_NAME = APPLICATION_NAME_PREFIX + "user";
+	/**
+	 * 鏃ュ織妯″潡鍚嶇О
+	 */
+	String APPLICATION_LOG_NAME = APPLICATION_NAME_PREFIX + "log";
+	/**
+	 * 寮�鍙戞ā鍧楀悕绉�
+	 */
+	String APPLICATION_DEVELOP_NAME = APPLICATION_NAME_PREFIX + "develop";
+	/**
+	 * 娴佺▼璁捐鍣ㄦā鍧楀悕绉�
+	 */
+	String APPLICATION_FLOWDESIGN_NAME = APPLICATION_NAME_PREFIX + "flowdesign";
+	/**
+	 * 宸ヤ綔娴佹ā鍧楀悕绉�
+	 */
+	String APPLICATION_FLOW_NAME = APPLICATION_NAME_PREFIX + "flow";
+	/**
+	 * 璧勬簮妯″潡鍚嶇О
+	 */
+	String APPLICATION_RESOURCE_NAME = APPLICATION_NAME_PREFIX + "resource";
+	/**
+	 * 鎺ュ彛鏂囨。妯″潡鍚嶇О
+	 */
+	String APPLICATION_SWAGGER_NAME = APPLICATION_NAME_PREFIX + "swagger";
+	/**
+	 * 娴嬭瘯妯″潡鍚嶇О
+	 */
+	String APPLICATION_TEST_NAME = APPLICATION_NAME_PREFIX + "test";
+	/**
+	 * 婕旂ず妯″潡鍚嶇О
+	 */
+	String APPLICATION_DEMO_NAME = APPLICATION_NAME_PREFIX + "demo";
+
+	/**
+	 * 寮�鍙戠幆澧�
+	 */
+	String DEV_CODE = "dev";
+	/**
+	 * 鐢熶骇鐜
+	 */
+	String PROD_CODE = "prod";
+	/**
+	 * 娴嬭瘯鐜
+	 */
+	String TEST_CODE = "test";
+
+	/**
+	 * 浠g爜閮ㄧ讲浜� linux 涓婏紝宸ヤ綔榛樿涓� mac 鍜� Windows
+	 */
+	String OS_NAME_LINUX = "LINUX";
+
+}

--
Gitblit v1.9.3