Pu Zhibing
14 小时以前 319222137dc86d4020381c06288099e3f34be393
修改代驾三方
3个文件已修改
27 ■■■■■ 已修改文件
driver/guns-admin/src/main/resources/application-dev.yml 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
driver/guns-admin/src/main/resources/application-produce.yml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
driver/guns-admin/src/main/resources/application-test.yml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
driver/guns-admin/src/main/resources/application-dev.yml
@@ -14,7 +14,6 @@
    name: driver-server
  profiles:
    active: dev
#    active: produce
  mvc:
    static-path-pattern: /static/**
    view:
@@ -28,6 +27,10 @@
    multipart:
      max-request-size: 100MB
      max-file-size: 100MB
  redis:
    host: 192.168.110.80
    port: 6379
    password: 123456
mybatis-plus:
  typeAliasesPackage: com.supersavedriving.driver.modular
@@ -53,7 +56,7 @@
spring:
  datasource:
    url: jdbc:mysql://121.31.232.206:3306/qyt_driving?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai
    url: jdbc:mysql://192.168.110.80:3306/qyt_driving?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: 123456
    db-name: guns #用来搜集数据库的所有表
@@ -90,7 +93,7 @@
---
juhe: #聚合数据
  appKey: 0d3fd83eddaa33e5563f548257648577 #
  appKey: 111 #
---
@@ -110,8 +113,8 @@
---
rongyun:
  app_key: vnroth0kvgxso
  app_secret: tZsVNJ4kkBfi
  app_key: 111
  app_secret: 111
#  mallbook 调起接口参数配置
driver/guns-admin/src/main/resources/application-produce.yml
@@ -13,8 +13,7 @@
  application:
    name: driver-server
  profiles:
    active: dev
#    active: produce
    active: produce
  mvc:
    static-path-pattern: /static/**
    view:
@@ -28,6 +27,10 @@
    multipart:
      max-request-size: 100MB
      max-file-size: 100MB
  redis:
    host: 192.168.110.80
    port: 6379
    password: 123456
mybatis-plus:
  typeAliasesPackage: com.supersavedriving.driver.modular
driver/guns-admin/src/main/resources/application-test.yml
@@ -13,8 +13,7 @@
  application:
    name: driver-server
  profiles:
    active: dev
#    active: produce
    active: test
  mvc:
    static-path-pattern: /static/**
    view:
@@ -28,6 +27,10 @@
    multipart:
      max-request-size: 100MB
      max-file-size: 100MB
  redis:
    host: 192.168.110.80
    port: 6379
    password: 123456
mybatis-plus:
  typeAliasesPackage: com.supersavedriving.driver.modular