puzhibing
2023-04-04 cb8bea30ea729e9e99003533b1e96b430d54cbea
DriverZYTravel/guns-admin/src/main/resources/application.yml
@@ -41,24 +41,17 @@
    register-with-eureka: true #在注册中心进行注册
    fetch-registry: true #从Eureka中获取注册信息。
---
#spring:
#  profiles: local
#  datasource:
#    url: jdbc:mysql://Rm-wz9rpe0t74ys3b1h8go.mysql.rds.aliyuncs.com:3306/oktravel?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai
#    username: root
#    password: Root2020!
#    db-name: guns #用来搜集数据库的所有表
#    filters: wall,mergeStat
---
################# 测试环境 ###################
spring:
  profiles: local
  datasource:
    url: jdbc:mysql://localhost:3306/feima?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai
    url: jdbc:mysql://localhost:3306/zytravel?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: s).iOqINE7Gj
    password: 0KiwEhl6EnIFWNqB7d1FJLWKy9urjvMS
#    password: 123456
    db-name: guns #用来搜集数据库的所有表
    filters: wall,mergeStat
@@ -109,12 +102,12 @@
wx:
  grantType: authorization_code #填authorization_code
  appid: 1 #应用唯一标识,在微信开放平台提交应用审核通过后获得
  appSecret: 1 #应用密钥AppSecret,在微信开放平台提交应用审核通过后获得
  appid: wx6078319d54d38c66 #应用唯一标识,在微信开放平台提交应用审核通过后获得
  appSecret: c3ef243fae93fb0fd093d457ada38b4c #应用密钥AppSecret,在微信开放平台提交应用审核通过后获得
  appletsAppid: #小程序APPid
  appletsAppSecret: #
  mchId: 1602881362 #微信支付分配的商户号
  key: xMCkkqlmQO3VEHwV5BgTSfdMIGZewO5I #key为商户平台设置的密钥key:
  mchId: 1487457552 #微信支付分配的商户号
  key: kkTSfqlmgwOQIGZOdMe3VEHxMCwV5B5I #key为商户平台设置的密钥key:
---
@@ -142,15 +135,15 @@
---
#filePath: /usr/local/server/orderPostionFile/ #存储订单轨迹文件路径
filePath: C:/orderPostionFile/  #存储订单轨迹文件路径
filePath: D:/web/orderPostionFile/  #存储订单轨迹文件路径
#支付回调地址
#正式环境
#callbackPath: https://okyueche.com:443/driver
callbackPath: https://www.zycx.ztrbkj.com:443/driver
#正式测试环境
callbackPath: http://39.108.37.243/driver
#callbackPath: http://39.108.37.243/driver
---
#交通部推送数据功能开关