application-dev.yml 737 Bytes
#服务器端口
server:
  port: 8102

#数据源配置
spring:
  datasource:
    url: ${blade.datasource.dev.url}
    username: ${blade.datasource.dev.username}
    password: ${blade.datasource.dev.password}
sms:
  regionId: cn-hangzhou
  signName: 蔚复来
  templateCode: SMS_171235682
  domain: dysmsapi.aliyuncs.com
  version: 2017-05-25
  accessKeyId: LTAIubCfuaetV6J7
  secret: VtVmRWVhIZDlM0lcsGQ5Vqj4dXz3vO

wx:
  appid: wx2fc624e09c21f6c1
  appsecret: cd7be6f2f650b476f340cf28067569fc
  oauth:
    getAccessToken:
      url: https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code
file:
  upload:
    path: D:\newproduct\file
  visit:
    prefix-url:  D:\newproduct\file