调整
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_device</artifactId>
|
||||
<artifactId>cs-device</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_device_api</artifactId>
|
||||
<artifactId>cs-device-api</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_device_api</name>
|
||||
<name>cs-device-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_device</artifactId>
|
||||
<artifactId>cs-device</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_device_boot</artifactId>
|
||||
<artifactId>cs-device-boot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_device_boot</name>
|
||||
<name>cs-device-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -1,21 +1,21 @@
|
||||
#当前服务的基本信息
|
||||
microservice:
|
||||
ename: cs_device_boot
|
||||
name: 'cs_device_boot'
|
||||
ename: cs-device-boot
|
||||
name: 'cs-device-boot'
|
||||
version: 1.0.0
|
||||
sentinel:
|
||||
url: 192.168.1.13:8080
|
||||
gateway:
|
||||
url: 192.168.1.139:10215
|
||||
server:
|
||||
port: 10210
|
||||
port: 10220
|
||||
#feign接口开启服务熔断降级处理
|
||||
feign:
|
||||
sentinel:
|
||||
enabled: true
|
||||
spring:
|
||||
application:
|
||||
name: cs_device_boot
|
||||
name: cs-device-boot
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
@@ -29,7 +29,7 @@ spring:
|
||||
shared-configs:
|
||||
- data-id: share-config.yaml
|
||||
refresh: true
|
||||
- data-Id: share-config-datasource-db.yaml
|
||||
- data-Id: algorithm-config.yaml
|
||||
refresh: true
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
@@ -48,4 +48,4 @@ mybatis-plus:
|
||||
type-aliases-package: com.njcn.device.pojo
|
||||
|
||||
mqtt:
|
||||
client-id: cs_device_boot${random.value}
|
||||
client-id: cs-device-boot${random.value}
|
||||
@@ -9,14 +9,14 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_device</artifactId>
|
||||
<artifactId>cs-device</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>cs_device</name>
|
||||
<name>cs-device</name>
|
||||
<description>治理台账模块</description>
|
||||
<modules>
|
||||
<module>cs_device_api</module>
|
||||
<module>cs_device_boot</module>
|
||||
<module>cs-device-api</module>
|
||||
<module>cs-device-boot</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_event</artifactId>
|
||||
<artifactId>cs-event</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_event_api</artifactId>
|
||||
<artifactId>cs-event-api</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_event_api</name>
|
||||
<name>cs-event-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_event</artifactId>
|
||||
<artifactId>cs-event</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_event_boot</artifactId>
|
||||
<artifactId>cs-event-boot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_event_boot</name>
|
||||
<name>cs-event-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -9,15 +9,15 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_event</artifactId>
|
||||
<artifactId>cs-event</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>cs_event_api</module>
|
||||
<module>cs_event_boot</module>
|
||||
<module>cs-event-api</module>
|
||||
<module>cs-event-boot</module>
|
||||
</modules>
|
||||
|
||||
<name>cs_event</name>
|
||||
<name>cs-event</name>
|
||||
<description>治理暂态模块</description>
|
||||
|
||||
<properties>
|
||||
@@ -3,15 +3,15 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_harmonic</artifactId>
|
||||
<artifactId>cs-harmonic</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_harmonic_api</artifactId>
|
||||
<artifactId>cs-harmonic-api</artifactId>
|
||||
|
||||
<name>cs_harmonic_api</name>
|
||||
<name>cs-harmonic-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -3,15 +3,15 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_harmonic</artifactId>
|
||||
<artifactId>cs-harmonic</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_harmonic_boot</artifactId>
|
||||
<artifactId>cs-harmonic-boot</artifactId>
|
||||
|
||||
<name>cs_harmonic_boot</name>
|
||||
<name>cs-harmonic-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -9,14 +9,14 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_harmonic</artifactId>
|
||||
<artifactId>cs-harmonic</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>cs_harmonic</name>
|
||||
<name>cs-harmonic</name>
|
||||
<description>治理稳态模块</description>
|
||||
<modules>
|
||||
<module>cs_harmonic_api</module>
|
||||
<module>cs_harmonic_boot</module>
|
||||
<module>cs-harmonic-api</module>
|
||||
<module>cs-harmonic-boot</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_report</artifactId>
|
||||
<artifactId>cs-report</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_report_api</artifactId>
|
||||
<artifactId>cs-report-api</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_report_api</name>
|
||||
<name>cs-report-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_report</artifactId>
|
||||
<artifactId>cs-report</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_report_boot</artifactId>
|
||||
<artifactId>cs-report-boot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_report_boot</name>
|
||||
<name>cs-report-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -9,15 +9,15 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_report</artifactId>
|
||||
<artifactId>cs-report</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>cs_report_api</module>
|
||||
<module>cs_report_boot</module>
|
||||
<module>cs-report-api</module>
|
||||
<module>cs-report-boot</module>
|
||||
</modules>
|
||||
|
||||
<name>cs_report</name>
|
||||
<name>cs-report</name>
|
||||
<description>治理报表模块</description>
|
||||
|
||||
<properties>
|
||||
@@ -3,15 +3,15 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_system</artifactId>
|
||||
<artifactId>cs-system</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_system_api</artifactId>
|
||||
<artifactId>cs-system-api</artifactId>
|
||||
|
||||
<name>cs_system_api</name>
|
||||
<name>cs-system-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_system</artifactId>
|
||||
<artifactId>cs-system</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_system_boot</artifactId>
|
||||
<artifactId>cs-system-boot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_system_boot</name>
|
||||
<name>cs-system-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -23,7 +23,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>cs_system_api</artifactId>
|
||||
<artifactId>cs-system-api</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -9,15 +9,15 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_system</artifactId>
|
||||
<artifactId>cs-system</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>cs_system_api</module>
|
||||
<module>cs_system_boot</module>
|
||||
<module>cs-system-api</module>
|
||||
<module>cs-system-boot</module>
|
||||
</modules>
|
||||
|
||||
<name>cs_system</name>
|
||||
<name>cs-system</name>
|
||||
<description>治理系统配置模块</description>
|
||||
|
||||
<properties>
|
||||
@@ -3,20 +3,20 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_warn</artifactId>
|
||||
<artifactId>cs-warn</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_warn_api</artifactId>
|
||||
<artifactId>cs-warn-api</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_warn_api</name>
|
||||
<name>cs-warn-api</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
</properties>
|
||||
</project>
|
||||
@@ -3,16 +3,16 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>cs_warn</artifactId>
|
||||
<artifactId>cs-warn</artifactId>
|
||||
<groupId>com.njcn</groupId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_warn_boot</artifactId>
|
||||
<artifactId>cs-warn-boot</artifactId>
|
||||
<version>1.0.0</version>
|
||||
|
||||
<name>cs_warn_boot</name>
|
||||
<name>cs-warn-boot</name>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -9,15 +9,15 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cs_warn</artifactId>
|
||||
<artifactId>cs-warn</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>cs_warn_api</module>
|
||||
<module>cs_warn_boot</module>
|
||||
<module>cs-warn-api</module>
|
||||
<module>cs-warn-boot</module>
|
||||
</modules>
|
||||
|
||||
<name>cs_warn</name>
|
||||
<name>cs-warn</name>
|
||||
<description>治理告警/事件模块</description>
|
||||
|
||||
<properties>
|
||||
12
pom.xml
12
pom.xml
@@ -8,12 +8,12 @@
|
||||
<artifactId>govern</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<modules>
|
||||
<module>cs_device</module>
|
||||
<module>cs_harmonic</module>
|
||||
<module>cs_event</module>
|
||||
<module>cs_report</module>
|
||||
<module>cs_system</module>
|
||||
<module>cs_warn</module>
|
||||
<module>cs-device</module>
|
||||
<module>cs-harmonic</module>
|
||||
<module>cs-event</module>
|
||||
<module>cs-report</module>
|
||||
<module>cs-system</module>
|
||||
<module>cs-warn</module>
|
||||
</modules>
|
||||
|
||||
<name>govern</name>
|
||||
|
||||
Reference in New Issue
Block a user