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
|