peter
2025-11-03 b108e9c694a0684d67171c60dabbd21118edbeb9
修改客服地址
2 files modified
16 ■■■■ changed files
src/main/resources/application.properties 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 12 ●●●● patch | view | raw | blame | history
src/main/resources/application.properties
@@ -20,8 +20,8 @@
ftp.server.http.prefix=https://img.yanshiz.com/
redis1.ip=localhost
redis1.port=6380
#redis1.port=6379
#redis1.port=6380
redis1.port=6379
redis1.pwd=
redis1.timeout=10000
redis.max.total=50
src/main/resources/application.yml
@@ -106,10 +106,10 @@
    # 地址
    host: localhost
    # 端口,默认为6379
#    port: 6379
    port: 6380
    port: 6379
#    port: 6380
    # 数据库索引
    database: 2
    database: 0
    # 密码
    password:
    # 连接超时时间
@@ -127,11 +127,11 @@
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:6306/us?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
    url: jdbc:mysql://127.0.0.1:3306/stock_us?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#    url: jdbc:mysql://127.0.0.1:6306us?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#    url: jdbc:mysql://127.0.0.1:3306/trading_order_1024?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
    username: root
    password: Err;2[eoGFUriwdgr
    username: stock_us
    password: M6bWfxCCGfXmf8Ly
    druid:
      # 初始连接数
      initialSize: 5