server: port: 8092 servlet: context-path: /lfdcExp # mysql spring: datasource: type: com.alibaba.druid.pool.DruidDataSource #MySQL配置 # driverClassName: com.mysql.cj.jdbc.Driver # url: jdbc:mysql://localhost:3306/iotdb?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai # username: root # password: 123456 #oracle配置 # driverClassName: oracle.jdbc.OracleDriver # url: jdbc:oracle:thin:@47.100.206.162:1521:xe # username: renren # password: 123456 #SQLServer配置 # driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver # url: jdbc:sqlserver://192.168.10.10:1433;DatabaseName=renren_fast # username: sa # password: 123456 # PostgreSQL配置 driverClassName: org.postgresql.Driver url: jdbc:postgresql://127.0.0.1:5432/HBLFDC username: postgres password: 123456 pagehelper: helper-dialect: postgresql reasonable: true support-methods-arguments: true jackson: time-zone: GMT+8 date-format: yyyy-MM-dd HH:mm:ss resources: static-locations: classpath:/static/,classpath:/views/ #mongodb: # host: localhost # port: 27017 # auth: false #是否使用密码验证 # username: tincery # password: renren # source: 123456 # database: test mybatis-plus: mapperLocations: classpath:mapper/**/*.xml pagehelper: reasonable: true supportMethodsArguments: true params: count=countSql #指定数据库,可选值有【mysql、oracle、sqlserver、postgresql、mongodb】 renren: database: postgresql http: alertinfo: http://10.69.206.80:9974/electricity/alarm/getLatestAlarmInfo topost: http://10.69.206.205:8080/a/ew/ewWarning/warning websocket: ws://10.69.206.80:9974/electricity/ws/asset