zyy
2025-08-07 ea4dda9def8d75d5ca8796771cf22b37fcd251d1
src/main/resources/application.yml
@@ -2,7 +2,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8090
  port: 8091
  port: 8219
  tomcat:
    # tomcat的URI编码
    uri-encoding: UTF-8
@@ -104,7 +104,7 @@
    # 地址
    host: localhost
    # 端口,默认为6379
    port: 6379
    port: 6380
    # 数据库索引
    database: 0
    # 密码
@@ -124,9 +124,9 @@
  datasource:
    type: com.alibaba.druid.pool.DruidDataSource
    driverClassName: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://127.0.0.1:3306/stock_ci?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
    url: jdbc:mysql://127.0.0.1:6306/stock_ci?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
#    url: jdbc:mysql://127.0.0.1:3306/cgstock?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
    username: root
    username: stock_ci
    password: 123456
    druid:
      # 初始连接数