server: port: 8889 servlet: context-path: /ssbgapi #swagger启用 swagger: production: false spring: profiles: active: local mvc: pathmatch: matching-strategy: ant_path_matcher redis: host: localhost port: 6379 database: 7 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: test/mysqlsecretssbg sm4: test/SM4Secret systemauth: test/systemauthssbg mailauth: test/mailauthssbg s3: bucketName: ssbgbucketdev salesforce: tokenUrl: https://ssbg--pipl.my.salesforce.com/services/oauth2/token baseUrl: https://ssbg--pipl.my.salesforce.com/ sbgurl: https://ssbg--pipl.my.salesforce.com/services/apexrest/ referer: https://ssbg--pipl.my.salesforce.com/,https://ssbg--pipl--c.visualforce.com/ sap: url: https://wdp.olympus.com.cn:44301/RESTAdapter/ # s3文件查询地址 file: url: https://sfpi-mebg-test.olympuschina.com:8080/ssbgapi/file/
|