logistics-codegen-dev.yml 748 字节
## spring security 配置
security:
  oauth2:
    client:
      client-id: ENC(9VO7qHAzPkVkSEYMDLVJxA==)
      client-secret: ENC(9VO7qHAzPkVkSEYMDLVJxA==)
      scope: server
# 数据源配置
spring:
  datasource:
    type: com.zaxxer.hikari.HikariDataSource
    driver-class-name: com.mysql.cj.jdbc.Driver
    username: logistics
    password: 1qaz@WSX
    url: jdbc:mysql://10.1.1.86:3306/logistics?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
  resources:
    static-locations: classpath:/static/,classpath:/views/

#smb文件服务器地址
aukey:
  smb:
    url: smb://aukeyit:aukeyit2016@10.1.1.186/files
  ftp:
    host: 10.1.2.165
    port: 21
    username: yuanli
    password: yuanli@159