server: port: 8890 servlet: context-path: /ssbgapi #swagger禁用 swagger: production: true spring: mvc: pathmatch: matching-strategy: ant_path_matcher redis: host: sfpi-redis-ssbg.q82q8k.ng.0001.cnw1.cache.amazonaws.com.cn port: 6379 database: 1 password: mail: smtp: host: smtp.qiye.aliyun.com port: 465 protocol: smtp imap: host: imap.qiye.aliyun.com port: 993 protocol: imap default-encoding: utf-8 properties: mail: smtp: auth: true jfinal: dialect: com.jfinal.plugin.activerecord.dialect.MysqlDialect sql-templates: - classpath:sqls/*.sql show-sql: true custom: datacenter-id: 0 worker-id: 0 aws: region: cn-northwest-1 secrets: mysql: stg/mysqlsecretssbg sm4: stg/SM4Secret systemauth: stg/systemauthssbg mailauth: test/mailauthssbg s3: bucketName: ssbgbucketstg salesforce: tokenUrl: https://ssbg--ssbgtest.my.salesforce.com/services/oauth2/token baseUrl: https://ssbg--ssbgtest.my.salesforce.com/ sbgurl: https://ssbg--ssbgtest.my.salesforce.com/services/apexrest/ referer: https://ssbg--ssbgtest.my.salesforce.com/,https://ssbg--ssbgtest--c.visualforce.com/,https://ssbgtest-ssbgdealer.cs112.force.com/ sap: url: http://wdp.olympus.com.cn:8089/RESTAdapter/ # s3文件查询地址 file: url: https://sfpi-test.Evidentscientific.com.cn:8081/ssbgapi/file/
|