Newer
Older
smartwell_sp / casic-web / src / main / resources / application.yml
casic_zt on 17 Nov 2023 1 KB overview/alarmNow 加wellType字段
##########################################################
##################  所有profile共有的配置  #################
##########################################################
spring:
  profiles:
    active: dev
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    filters: log4j,wall,mergeStat
  jms:
    pub-sub-domain: true
  session:
    store-type: redis
###################  项目启动端口  ###################
server:
  port: 8083
smartcity:
  config:
    export-path: E:\gwq\guns-smartcity\guns-web\src\main\resources\config\export\
    image-path: E:\gwq\guns-smartcity\guns-web\src\main\resources\config\image\
  sluicewell:
    coordinateConvert:
      baiduUrl: http://api.map.baidu.com/geoconv/v1/
      baiduAk: QL9aqGNjgcRAGkt6F0BrsVmfGGOgjVyr

      gaodeUrl: https://restapi.amap.com/v3/assistant/coordinate/convert
      gaodeKey: ab182d27663bbbaac890730b55db2754
  office:
    maxRowsExcel: 65536
  leaderRoleName: leader
  memberRoleName: member
  adminRoleName: administrator
  opRoleName: operation
  postUri:
  httpUri: http://127.0.0.1:8080/smartwell
  device:
    redis:
      invalid-time: 43200
      host: 127.0.0.1
      port: 6379