trobs-business-declarecustoms-jcerp.yml 697 字节
## spring security 配置
security:
  oauth2:
    client:
      client-id: ENC(ZOiQwLH080UVaC4kvGat3aR7VMJVGcZfXv+blMCMpCdnxh7w9RP6Hg==)
      client-secret: ENC(ZOiQwLH080UVaC4kvGat3aR7VMJVGcZfXv+blMCMpCdnxh7w9RP6Hg==)
      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/