Explorar el Código

得怡佳 手表接入 修改为jdk8

jianghouwei hace 7 años
padre
commit
1956d6a9d5
Se han modificado 1 ficheros con 0 adiciones y 103 borrados
  1. 0 103
      src/main/resources/application.yml

+ 0 - 103
src/main/resources/application.yml

@@ -1,103 +0,0 @@
-spring:
-  application:
-    name: device-acceptance
-  kafka:
-    bootstrap-servers: 192.168.0.119:9092
-  redis:
-    host: 192.168.0.119
-    password: tidecloudredis
-    timeout: 10000
-    port: 6379
-    max: 100
-    maxIdle: 10
-    minIdle: 3
-    maxWaitMills: 10000
-eureka:
-  client:
-    service-url:
-      defaultZone: http://192.168.0.118:12000/eureka
-  instance:
-    prefer-ip-address: true
-  port: 16666
-  localaddress: 10.27.118.76
-server:
-  port: ${random.int(16000,19999)}
-acceptance:
- device:
-  deviceList:
-   -
-    name: watch
-    topic: device-watch
-    ip: 10.27.118.76
-    port: 7009
-    dataFileDir: /home/service/collector_watch/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.WatchServerHandler
-    enable: true
-    
-   -
-    name: bingshui
-    topic: device-bingshui
-    ip: 10.27.118.76
-    port: 7510
-    dataFileDir: /home/service/collector_7510/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.BingShuiGpsServerHandler
-    enable: false
-    
-   -
-    name: bsj
-    topic: device-bsj
-    ip: 10.25.19.87
-    port: 6707
-    dataFileDir: /home/service/collector_6707/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.BSJGpsServerHandler
-    enable: false
-    
-   -
-    name: yitong
-    topic: device-yitong
-    ip: 10.27.118.76
-    port: 7011
-    dataFileDir: /home/service/collector_yitong/rawdata-car/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.YiTongGpsServerHandler
-    enable: false    
-   -
-    name: yuguang
-    topic: device-yuguang
-    ip: 10.27.118.76
-    port: 7510
-    dataFileDir: /home/service/collector_7510/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.YuGuangGpsServerHandler
-    enable: false       
-
-   -
-    name: vorgea
-    topic: device-vorgea
-    ip: 10.27.118.76
-    port: 7511
-    dataFileDir: /home/service/collector_vorgea/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.VorgeaUR0401ServerHandler
-    enable: false
-#   -
-#    name: deyijia_watch
-#    topic: device-deyijia-watch
-#    ip: 192.168.0.133
-#    port: 7518
-#    dataFileDir: /home/service/collector_6727/rawdata/
-#    handlerClass: com.tidecloud.dataacceptance.service.impl.WatchDYJServerHandler
-#    enable: true
-   -
-    name: kds_gp_gps
-    topic: device-kds-gps
-    ip: 192.168.0.133
-    port: 7518
-    dataFileDir: /home/service/collector_6727/rawdata/
-    handlerClass: com.tidecloud.dataacceptance.service.impl.GK309GpsServerHandler
-    enable: true
-      
-logging:
-  config:
-    classpath: logback.xml
-
-
-
-