kongdeqiang
2023-07-05 4390e392275b4320e18e39a508149d24bce04f93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
server:
  port: 10000
  servlet:
    session:
      timeout: 120m
    context-path: /tssw
 
spring:
  datasource:
    #url: jdbc:mysql://139.24.190.120:3306/wgcloud2?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
    url: jdbc:mysql://localhost:3306/wgcloud?characterEncoding=utf-8&characterSetResults=utf8&autoReconnect=true&useSSL=false&allowMultiQueries=true&allowPublicKeyRetrieval=true
    username: root
    #password: 2022Sw!@#
    password: rootroot
    driverClassName: com.mysql.cj.jdbc.Driver
  jpa:
    database: mysql
    show-sql: false
    hibernate:
      ddl-auto: update
  redis:
    host: 127.0.0.1
  servlet:
    multipart:
      max-file-size: -1
      max-request-size: -1
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
 
# slf4j日志配置
logging:
  config: classpath:logback.xml
 
donghuan:
  ip: ip:port
  loginUrl: /collect/api/login
  deviceClassUrl: /collect/api/deviceClass/findAll
  intelligentUrl: /collect/api/intelligent/findAll
  findDevice: /collect/api/device/findDevice
  findDeviceVar: /collect/api/device/findDeviceVar
  findControlByDeviceId: /collect/api/realData/findControlByDeviceId
  control: /collect/api/device/control
  findValueByDeviceId: /collect/api/realData/findValueByDeviceId
  findValueByIntelligentId: /collect/api/realData/findValueByIntelligentId
  findValueByStationId: /collect/api/realData/findValueByStationId
  meterDatas: /collect/api/realData/meterDatas
  varDatas: /collect/api/realData/varDatas
  alarm: /collect/api/alarm/findByPage