Quellcode durchsuchen

告警分组的核心代码

liukx vor 3 Jahren
Ursprung
Commit
e64f217d2e

+ 1 - 1
jay-monitor-data-api/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.jay.monitor.data</groupId>
         <artifactId>jay-monitor-data-web</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
jay-monitor-data-client/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.jay.monitor.data</groupId>
         <artifactId>jay-monitor-data-web</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
jay-monitor-data-core/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.jay.monitor.data</groupId>
         <artifactId>jay-monitor-data-web</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

+ 1 - 1
jay-monitor-data-server/pom.xml

@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.jay.monitor.data</groupId>
         <artifactId>jay-monitor-data-web</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jay-monitor-data-server</artifactId>

+ 1 - 1
jay-monitor-data-server/src/main/java/com/jay/monitor/data/server/avue/template/rulePlatform/AlertPlatformAVueModel.java

@@ -20,7 +20,7 @@ import java.util.Date;
 @AVueRouteKey(groupKey = "alert-platform")
 @AVueTableOption(title = "告警平台配置管理", dialogDrag = true)
 @AVuePage(pageRoot = "pageModel", pageData = "resultSet")
-@AVueConfig(list = AlertPlatformController.LIST_URL, update = AlertPlatformController.UPDATE_URL, save = AlertPlatformController.ADD_URL, del = AlertPlatformController.DEL_URL)
+@AVueConfig(list = AlertPlatformController.LIST_URL, update = AlertPlatformController.UPDATE_URL, save = AlertPlatformController.ADD_URL, del = AlertPlatformController.DEL_URL, successField = "success", successKeyword = "true", messageField = "message")
 public class AlertPlatformAVueModel {
 
     @AVueInput(prop = "id", label = "主键", addDisplay = false, editDisplay = false)

+ 11 - 11
pom.xml

@@ -7,7 +7,7 @@
     <groupId>com.jay.monitor.data</groupId>
     <artifactId>jay-monitor-data-web</artifactId>
     <packaging>pom</packaging>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.2-SNAPSHOT</version>
 
     <parent>
         <groupId>org.springframework.boot</groupId>
@@ -209,15 +209,15 @@
     </build>
 
     <distributionManagement>
-        <!--<repository>-->
-        <!--<id>releases</id>-->
-        <!--<name>Nexus Release Repository</name>-->
-        <!--<url>http://192.168.0.11:8081/nexus/content/repositories/elab/</url>-->
-        <!--</repository>-->
-<!--        <snapshotRepository>-->
-<!--            <id>snapshots</id>-->
-<!--            <name>User Project SNAPSHOTS</name>-->
-<!--            <url>http://192.168.0.11:8081/repository/maven-snapshots/</url>-->
-<!--        </snapshotRepository>-->
+        <repository>
+            <id>releases</id>
+            <name>Nexus Release Repository</name>
+            <url>http://192.168.0.11:8081/repository/maven-releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots</id>
+            <name>User Project SNAPSHOTS</name>
+            <url>http://192.168.0.11:8081/repository/maven-snapshots/</url>
+        </snapshotRepository>
     </distributionManagement>
 </project>