| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- debug: true
- server:
- port: 9090
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource #数据源插件
- druid:
- driver-class-name: com.mysql.cj.jdbc.Driver #zhylplatDB是数据库
- # url: jdbc:mysql://222.143.133.238:13306/zhyl_db_jz?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=Hongkong
- # username: root
- # password: zhyl!@#123
- url: jdbc:mysql://192.168.1.200:3306/zhyl_db_jz?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
- username: root
- password: 800100
- #关闭 druid 连接池监控页面
- filter:
- config:
- enabled: false
- stat-view-servlet:
- enabled: false
- web-stat-filter:
- enabled: false
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss #注意时区!!!!
- time-zone: GMT+8
- locale: zh_CN
- #服务器地址
- web:
- url:
- #与区级平台对接 api 接口的请求 url
- api:
- #外网测试环境:
- outside:
- url:
- #内网测试环境:
- inner:
- url:
- #与经济总屏平台对接 api 接口的请求 url
- bureau:
- #政务内网环境:
- inner:
- url:
- #城运平台工单智能发现对接请求 url (测试)
- # 政务网测试使用的URL
- #http://192.68.74.185:1240/
- # 互联网测试使用的URL
- #http://211.136.105.218:1088/
- city:
- inner:
- url:
- outside:
- url:
- # 同步养护计划数据到市指导站
- sh:
- lhsr:
- lhyh:
- url:
- file:
- url: /home/image/image
|