This commit is contained in:
2023-05-24 20:17:45 +08:00
parent 47c91887bd
commit 2fcbd9bc37
52 changed files with 75 additions and 75 deletions

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_device</artifactId> <artifactId>cs-device</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_device_api</artifactId> <artifactId>cs-device-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_device_api</name> <name>cs-device-api</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_device</artifactId> <artifactId>cs-device</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_device_boot</artifactId> <artifactId>cs-device-boot</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_device_boot</name> <name>cs-device-boot</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -1,21 +1,21 @@
#当前服务的基本信息 #当前服务的基本信息
microservice: microservice:
ename: cs_device_boot ename: cs-device-boot
name: 'cs_device_boot' name: 'cs-device-boot'
version: 1.0.0 version: 1.0.0
sentinel: sentinel:
url: 192.168.1.13:8080 url: 192.168.1.13:8080
gateway: gateway:
url: 192.168.1.139:10215 url: 192.168.1.139:10215
server: server:
port: 10210 port: 10220
#feign接口开启服务熔断降级处理 #feign接口开启服务熔断降级处理
feign: feign:
sentinel: sentinel:
enabled: true enabled: true
spring: spring:
application: application:
name: cs_device_boot name: cs-device-boot
cloud: cloud:
nacos: nacos:
discovery: discovery:
@@ -29,7 +29,7 @@ spring:
shared-configs: shared-configs:
- data-id: share-config.yaml - data-id: share-config.yaml
refresh: true refresh: true
- data-Id: share-config-datasource-db.yaml - data-Id: algorithm-config.yaml
refresh: true refresh: true
main: main:
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
@@ -48,4 +48,4 @@ mybatis-plus:
type-aliases-package: com.njcn.device.pojo type-aliases-package: com.njcn.device.pojo
mqtt: mqtt:
client-id: cs_device_boot${random.value} client-id: cs-device-boot${random.value}

View File

@@ -9,14 +9,14 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_device</artifactId> <artifactId>cs-device</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>cs_device</name> <name>cs-device</name>
<description>治理台账模块</description> <description>治理台账模块</description>
<modules> <modules>
<module>cs_device_api</module> <module>cs-device-api</module>
<module>cs_device_boot</module> <module>cs-device-boot</module>
</modules> </modules>
<properties> <properties>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_event</artifactId> <artifactId>cs-event</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_event_api</artifactId> <artifactId>cs-event-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_event_api</name> <name>cs-event-api</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_event</artifactId> <artifactId>cs-event</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_event_boot</artifactId> <artifactId>cs-event-boot</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_event_boot</name> <name>cs-event-boot</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -9,15 +9,15 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_event</artifactId> <artifactId>cs-event</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.0</version> <version>1.0.0</version>
<modules> <modules>
<module>cs_event_api</module> <module>cs-event-api</module>
<module>cs_event_boot</module> <module>cs-event-boot</module>
</modules> </modules>
<name>cs_event</name> <name>cs-event</name>
<description>治理暂态模块</description> <description>治理暂态模块</description>
<properties> <properties>

View File

@@ -3,15 +3,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_harmonic</artifactId> <artifactId>cs-harmonic</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <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> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,15 +3,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_harmonic</artifactId> <artifactId>cs-harmonic</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <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> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -9,14 +9,14 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_harmonic</artifactId> <artifactId>cs-harmonic</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>cs_harmonic</name> <name>cs-harmonic</name>
<description>治理稳态模块</description> <description>治理稳态模块</description>
<modules> <modules>
<module>cs_harmonic_api</module> <module>cs-harmonic-api</module>
<module>cs_harmonic_boot</module> <module>cs-harmonic-boot</module>
</modules> </modules>
<properties> <properties>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_report</artifactId> <artifactId>cs-report</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_report_api</artifactId> <artifactId>cs-report-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_report_api</name> <name>cs-report-api</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_report</artifactId> <artifactId>cs-report</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_report_boot</artifactId> <artifactId>cs-report-boot</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_report_boot</name> <name>cs-report-boot</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -9,15 +9,15 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_report</artifactId> <artifactId>cs-report</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.0</version> <version>1.0.0</version>
<modules> <modules>
<module>cs_report_api</module> <module>cs-report-api</module>
<module>cs_report_boot</module> <module>cs-report-boot</module>
</modules> </modules>
<name>cs_report</name> <name>cs-report</name>
<description>治理报表模块</description> <description>治理报表模块</description>
<properties> <properties>

View File

@@ -3,15 +3,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_system</artifactId> <artifactId>cs-system</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <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> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_system</artifactId> <artifactId>cs-system</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_system_boot</artifactId> <artifactId>cs-system-boot</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_system_boot</name> <name>cs-system-boot</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -23,7 +23,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<artifactId>cs_system_api</artifactId> <artifactId>cs-system-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -9,15 +9,15 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_system</artifactId> <artifactId>cs-system</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.0</version> <version>1.0.0</version>
<modules> <modules>
<module>cs_system_api</module> <module>cs-system-api</module>
<module>cs_system_boot</module> <module>cs-system-boot</module>
</modules> </modules>
<name>cs_system</name> <name>cs-system</name>
<description>治理系统配置模块</description> <description>治理系统配置模块</description>
<properties> <properties>

View File

@@ -3,20 +3,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_warn</artifactId> <artifactId>cs-warn</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_warn_api</artifactId> <artifactId>cs-warn-api</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_warn_api</name> <name>cs-warn-api</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>
</properties> </properties>
</project> </project>

View File

@@ -3,16 +3,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>cs_warn</artifactId> <artifactId>cs-warn</artifactId>
<groupId>com.njcn</groupId> <groupId>com.njcn</groupId>
<version>1.0.0</version> <version>1.0.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_warn_boot</artifactId> <artifactId>cs-warn-boot</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<name>cs_warn_boot</name> <name>cs-warn-boot</name>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

View File

@@ -9,15 +9,15 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>cs_warn</artifactId> <artifactId>cs-warn</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>1.0.0</version> <version>1.0.0</version>
<modules> <modules>
<module>cs_warn_api</module> <module>cs-warn-api</module>
<module>cs_warn_boot</module> <module>cs-warn-boot</module>
</modules> </modules>
<name>cs_warn</name> <name>cs-warn</name>
<description>治理告警/事件模块</description> <description>治理告警/事件模块</description>
<properties> <properties>

12
pom.xml
View File

@@ -8,12 +8,12 @@
<artifactId>govern</artifactId> <artifactId>govern</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
<modules> <modules>
<module>cs_device</module> <module>cs-device</module>
<module>cs_harmonic</module> <module>cs-harmonic</module>
<module>cs_event</module> <module>cs-event</module>
<module>cs_report</module> <module>cs-report</module>
<module>cs_system</module> <module>cs-system</module>
<module>cs_warn</module> <module>cs-warn</module>
</modules> </modules>
<name>govern</name> <name>govern</name>