1
zj
2024-06-13 8eea5be3b36875bd4ffe70e6c3a5bb07b1d829bf
trading-order-admin/src/main/resources/application-dev.yml
@@ -9,10 +9,10 @@
      max-request-size: 100MB
  datasource:
    # 东八区时区
    url: jdbc:mysql://localhost:3306/auyeung-root?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
    url: jdbc:mysql://localhost:3306/jys?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true
    # 纽约时区 - GMT-5
    username: auyeung-root
    password: auyeung-root
    username: root
    password: 123456
    driver-class-name: com.mysql.jdbc.Driver
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
@@ -60,7 +60,7 @@
      config-spider: classpath:redisson/redisson-spider.yml
    host: localhost
    port: 6379
    password: auyeung-root
#    password: auyeung-root
  freemarker:
    check-template-location: false
logging:
@@ -102,7 +102,7 @@
        maxTotal: 50
      host: ${spring.redis.host}
      port: ${spring.redis.port}
      password: ${spring.redis.password}
#      password: ${spring.redis.password}
      database: 1
db: