yml
zyy3
2025-11-06 f90e7ec97ccd36804567faa160de4a7cc56f8336
yml
4 files modified
16 ■■■■ changed files
trading-order-admin/src/main/resources/application-dev.yml 10 ●●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/application.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/redisson/redisson-dev.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/redisson/redisson-spider.yml 2 ●●● patch | view | raw | blame | history
trading-order-admin/src/main/resources/application-dev.yml
@@ -9,9 +9,9 @@
      max-request-size: 100MB
  datasource:
    # 东八区时区
    url: jdbc:mysql://18.167.175.254:6306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&serverTimezone=Europe/Paris&useLegacyDatetimeCode=false
    username: all_t_o
    password: jsnreC3pJDj4P2sA
    url: jdbc:mysql://127.0.0.1:3306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&serverTimezone=Europe/Paris&useLegacyDatetimeCode=false
    username: all_trading_order
    password: yYkDr5JJndEZtGCe
    driver-class-name: com.mysql.jdbc.Driver
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
@@ -58,7 +58,7 @@
      config: classpath:redisson/redisson-dev.yml
      config-spider: classpath:redisson/redisson-spider.yml
    host: localhost
    port: 6380
    port: 6379
#    password:
  freemarker:
    check-template-location: false
@@ -117,7 +117,7 @@
images.dir: /www/wwwroot/alljys/img
admin_url: https://localhost:8080/admin
web_url: http://localhost:8080/wap/
images_http: https://allimg.yanshiz.com/
images_http: https://allimg.sc-easy.org/
email:
  host: smtp.gmail.com
  username: coinzne.com@gmail.com
trading-order-admin/src/main/resources/application.yml
@@ -45,7 +45,7 @@
      bucketName: trading-order-roseccc
loca:
  images:
    dir: /www/wwwroot/img
    dir: /www/wwwroot/alljys/img
#    dir: D:/1
sign:
  encryption-key: d78585e683ed11eaa13f0242ac110003
trading-order-admin/src/main/resources/redisson/redisson-dev.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6380
  address: redis://localhost:6379
  database: 11
#  password:
  idleConnectionTimeout: 10000
trading-order-admin/src/main/resources/redisson/redisson-spider.yml
@@ -1,6 +1,6 @@
# 单节点设置
singleServerConfig:
  address: redis://localhost:6380
  address: redis://localhost:6379
  database: 11
#  password:
  idleConnectionTimeout: 10000