trobs-business-purchase-dev.yml 748 字节
## spring security 配置
security:
  oauth2:
    client:
      client-id: ENC(mCO495FovYwxqNMIob1vl+qiFK/8ftFKV5uJIPEDy4w=)
      client-secret: ENC(mCO495FovYwxqNMIob1vl+qiFK/8ftFKV5uJIPEDy4w=)
      scope: server
# 数据源配置
spring:
  datasource:
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: com.mysql.cj.jdbc.Driver
    #username: trobs
    #password: dfU76$N(kp
    username: aukey_finance
    password: AAbb1122
    url: jdbc:mysql://127.0.0.1:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
  resources:
    static-locations: classpath:/static/,classpath:/views/