123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # 数据源配置
- spring:
- datasource:
- master: # 数据源1
- jdbc-url: jdbc:mysql://127.0.0.1:3306/hlx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: Bingo@2021
- driver-class-name: com.mysql.jdbc.Driver
- slave: # 数据源2
- jdbc-url: jdbc:postgresql://46.255.250.177:7017/xres_xresdb
- username: xres_xresdb_user
- password: VJTbbcwt
- driver-class-name: org.postgresql.Driver
- # 项目相关配置
- seat:
- # 名称
- name: Seat
- # 版本
- version: 3.5.0
- # 版权年份
- copyrightYear: 2021
- # 实例演示开关
- demoEnabled: true
- # 文件路径 示例( Windows配置D:/seat/uploadPath,Linux配置 /home/seat/uploadPath)
- profile: /home/seat/uploadPath
- # 获取ip地址开关
- addressEnabled: false
- # 验证码类型 math 数组计算 char 字符验证
- captchaType: char
- # 推送预警规则topic名称
- topic1: warning_rule
- server:
- port: 8088
- adater:
- userSfzh: 460025198710140956
- userXm: 梁峰
- userBmdm: 0113020407
- infovision:
- ip: 46.255.250.177 #host
- port: 443 #port
- appkey: 24406045 #key
- secret: ciAT71Z3fBLECChDbJWT #secret
|