diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceDataService.class b/target/classes/com/casic/service/DeviceDataService.class
new file mode 100644
index 0000000..0807bfb
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceDataService.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceDataService.class b/target/classes/com/casic/service/DeviceDataService.class
new file mode 100644
index 0000000..0807bfb
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceDataService.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceService.class b/target/classes/com/casic/service/DeviceService.class
new file mode 100644
index 0000000..765368a
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceService.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceDataService.class b/target/classes/com/casic/service/DeviceDataService.class
new file mode 100644
index 0000000..0807bfb
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceDataService.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceService.class b/target/classes/com/casic/service/DeviceService.class
new file mode 100644
index 0000000..765368a
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceService.class
Binary files differ
diff --git a/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
new file mode 100644
index 0000000..afcd9eb
--- /dev/null
+++ b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceDataService.class b/target/classes/com/casic/service/DeviceDataService.class
new file mode 100644
index 0000000..0807bfb
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceDataService.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceService.class b/target/classes/com/casic/service/DeviceService.class
new file mode 100644
index 0000000..765368a
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceService.class
Binary files differ
diff --git a/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
new file mode 100644
index 0000000..afcd9eb
--- /dev/null
+++ b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
Binary files differ
diff --git a/target/classes/com/casic/service/impl/DeviceServiceImpl.class b/target/classes/com/casic/service/impl/DeviceServiceImpl.class
new file mode 100644
index 0000000..4ef6b15
--- /dev/null
+++ b/target/classes/com/casic/service/impl/DeviceServiceImpl.class
Binary files differ
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..814888c
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,321 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1664156118846
+
+
+ 1664156118846
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/target/classes/application-dev.yml b/target/classes/application-dev.yml
new file mode 100644
index 0000000..fac2afe
--- /dev/null
+++ b/target/classes/application-dev.yml
@@ -0,0 +1,40 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: com.mysql.cj.jdbc.Driver
+ url: jdbc:mysql://111.198.10.15:11336/smartwell_zq?useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&serverTimezone=UTC&&allowMultiQueries=true&&useSSL=true
+ username: root
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+logging:
+ level.root: error
+ level.com.casic: error
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application-postgre.yml b/target/classes/application-postgre.yml
new file mode 100644
index 0000000..2b7f69c
--- /dev/null
+++ b/target/classes/application-postgre.yml
@@ -0,0 +1,62 @@
+server:
+ port: 11556
+################### spring配置 ###################
+spring:
+ datasource:
+ driver-class-name: org.postgresql.Driver
+ url: jdbc:postgresql://111.198.10.15:11209/smartwell
+ username: postgres
+ password: Casic203
+ session:
+ store-type: redis
+ redis:
+ host: 111.198.10.15
+ port: 11412
+ password: ew5T4K3#203lwh
+ redisValueSerializer: org.springframework.data.redis.serializer.JdkSerializationRedisSerializer
+ jms:
+ pub-sub-domain: true
+ # session:
+ # store-type: redis
+ redis-config:
+ host: 127.0.0.1
+ port: 6379
+ password:
+ activemq:
+ user:
+ password:
+ broker-url: tcp://192.168.0.203:61616
+#flowable数据源和多数据源配置
+casic:
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ #kaptcha-open: false #是否开启登录时验证码 (true/false)
+ no-login-urls: ${casic.sysUrl}/user/login,${casic.sysUrl}/user/appLogin,${casic.sysUrl}/kaptcha/base64,${casic.sysUrl}/config/baseConfig,/route/mockToken
+ db:
+ init:
+ enable: false
+ file-upload-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\upload
+ spring-session-open: false #开启spring session
+smartcity:
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ #export-path: D:\export\
+ image-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\image\
+ config-path: D:\workspace\server\well\2.0\casic-smartcity\casic-web\src\main\resources\config\temp\
+ download-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\download\
+ device:
+ redis:
+ invalid-time: 86400
+ host: 127.0.0.1
+ port: 6379
+ password: ew5T4K3#203lwh
+ config-prefix: 'Casic:'
+ getui:
+ appId: H9jSTE2bAt8QWq2K2GNOB3
+ appKey: bhPeCutJVdAyOasevQFtN9
+ masterSecret: lChudND74A89WRiHLkedb5
+logging:
+ level.root: info
+ level.com.casic: info
+ file:
+ path: logs/
+ name: missiles.log
\ No newline at end of file
diff --git a/target/classes/application.yml b/target/classes/application.yml
new file mode 100644
index 0000000..86411e6
--- /dev/null
+++ b/target/classes/application.yml
@@ -0,0 +1,36 @@
+##########################################################
+################## 所有profile共有的配置 #################
+##########################################################
+spring:
+ profiles:
+ active: dev
+ servlet:
+ multipart:
+ max-file-size: 50MB
+ max-request-size: 80MB
+mybatis-plus:
+ global-config:
+ enable-sql-runner: true
+ configuration:
+ # 配置结果集属性为空时 是否映射返回结果
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #打印sql语句,调试用
+ mapper-locations: classpath:mapper/*.xml
+mybatis:
+ mapper-locations: classpath:mapper/*.xml
+#mybatis-plus:
+# sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
+################### mybatis-plus配置 ###################
+################### casic配置 ###################
+flowable:
+ checkProcessDefinitions: false #不校验process文件
+casic:
+ swagger-open: false #是否开启swagger (true/false)
+ kaptcha-open: false #是否开启登录时验证码 (true/false)
+ muti-datasource-open: false #是否开启多数据源(true/false)
+ spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false)
+ session-invalidate-time: 86400 #session失效时间(只在单机环境下生效,,多机环境在SpringSessionConfig类中配置) 单位:秒
+ session-validation-interval: 900 #多久检测一次失效的session(只在单机环境下生效) 单位:秒
+ extUrl: sys
+ config:
+ export-path: D:\java\boot\guns-web-1.0.0-SNAPSHOT\export\
+ config-path: E:\Develop\IdeaProject\smartcity\casic-smartcity-dcms\casic-web\src\main\resources\config\
\ No newline at end of file
diff --git a/target/classes/com/casic/CasicApplication.class b/target/classes/com/casic/CasicApplication.class
new file mode 100644
index 0000000..68c2f95
--- /dev/null
+++ b/target/classes/com/casic/CasicApplication.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceController.class b/target/classes/com/casic/controller/DeviceController.class
new file mode 100644
index 0000000..478d6ae
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceController.class
Binary files differ
diff --git a/target/classes/com/casic/controller/DeviceDataController.class b/target/classes/com/casic/controller/DeviceDataController.class
new file mode 100644
index 0000000..1f4400c
--- /dev/null
+++ b/target/classes/com/casic/controller/DeviceDataController.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DataGasMapper.class b/target/classes/com/casic/dao/DataGasMapper.class
new file mode 100644
index 0000000..557d539
--- /dev/null
+++ b/target/classes/com/casic/dao/DataGasMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/DeviceMapper.class b/target/classes/com/casic/dao/DeviceMapper.class
new file mode 100644
index 0000000..3ddcd2b
--- /dev/null
+++ b/target/classes/com/casic/dao/DeviceMapper.class
Binary files differ
diff --git a/target/classes/com/casic/dao/impl/DeviceDataMapper.class b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
new file mode 100644
index 0000000..d73ed15
--- /dev/null
+++ b/target/classes/com/casic/dao/impl/DeviceDataMapper.class
Binary files differ
diff --git a/target/classes/com/casic/entity/DataGasReport.class b/target/classes/com/casic/entity/DataGasReport.class
new file mode 100644
index 0000000..a3dac78
--- /dev/null
+++ b/target/classes/com/casic/entity/DataGasReport.class
Binary files differ
diff --git a/target/classes/com/casic/model/DataReportParam.class b/target/classes/com/casic/model/DataReportParam.class
new file mode 100644
index 0000000..284c4f6
--- /dev/null
+++ b/target/classes/com/casic/model/DataReportParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/DeviceOnlineParam.class b/target/classes/com/casic/model/DeviceOnlineParam.class
new file mode 100644
index 0000000..33c83e2
--- /dev/null
+++ b/target/classes/com/casic/model/DeviceOnlineParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/HeartbeatParam.class b/target/classes/com/casic/model/HeartbeatParam.class
new file mode 100644
index 0000000..d6d6651
--- /dev/null
+++ b/target/classes/com/casic/model/HeartbeatParam.class
Binary files differ
diff --git a/target/classes/com/casic/model/ResponseData.class b/target/classes/com/casic/model/ResponseData.class
new file mode 100644
index 0000000..9d5cab1
--- /dev/null
+++ b/target/classes/com/casic/model/ResponseData.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceDataService.class b/target/classes/com/casic/service/DeviceDataService.class
new file mode 100644
index 0000000..0807bfb
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceDataService.class
Binary files differ
diff --git a/target/classes/com/casic/service/DeviceService.class b/target/classes/com/casic/service/DeviceService.class
new file mode 100644
index 0000000..765368a
--- /dev/null
+++ b/target/classes/com/casic/service/DeviceService.class
Binary files differ
diff --git a/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
new file mode 100644
index 0000000..afcd9eb
--- /dev/null
+++ b/target/classes/com/casic/service/impl/DeviceDataServiceImpl.class
Binary files differ
diff --git a/target/classes/com/casic/service/impl/DeviceServiceImpl.class b/target/classes/com/casic/service/impl/DeviceServiceImpl.class
new file mode 100644
index 0000000..4ef6b15
--- /dev/null
+++ b/target/classes/com/casic/service/impl/DeviceServiceImpl.class
Binary files differ
diff --git a/target/classes/com/casic/util/ConestUtil.class b/target/classes/com/casic/util/ConestUtil.class
new file mode 100644
index 0000000..cafcba6
--- /dev/null
+++ b/target/classes/com/casic/util/ConestUtil.class
Binary files differ