trobs-business-weixin-jcerp.yml 979 字节
## spring security 配置
security:
  oauth2:
    client:
      client-id: ENC(NlpJuAsYk0XcxpCEGP0TXZOfcqSyasSRspEFLWimxbY=)
      client-secret: ENC(NlpJuAsYk0XcxpCEGP0TXZOfcqSyasSRspEFLWimxbY=)
      scope: server
# 数据源配置
spring:
  datasource:
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: com.mysql.cj.jdbc.Driver
    username: trobs
    password: '!j2sBwZ@Ir!0'
    url: jdbc:mysql://10.13.175.13:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
  resources:
    static-locations: classpath:/static/,classpath:/views/
#微信配置(物流信息推送)
weixin:
  gettoken: https://qyapi.weixin.qq.com/cgi-bin/gettoken
  sendmessage: https://qyapi.weixin.qq.com/cgi-bin/message/send
  notify:
    head: 消息通知
    culture: 消息通知
    sysname: 金蝉ERP
    url: http://hl.aukeyit.com
    tail: 前往金蝉ERP