czt
2026-01-28 db5240c1ad2a2926297c9febb6383384abea1082
fzzy-igdss-web/src/main/resources/application-dev.yml
@@ -1,6 +1,6 @@
# 开发环境配置
server:
  port: 9002
  port: 18081
  servlet:
    context-path:
    encoding:
@@ -69,7 +69,18 @@
          config:
            multi-statement-allow: true
  # Redis相关配置
  redis:
    database: 2
    host: 127.0.0.1
    port: 6379
    password:
    timeout: 1000
    pool:
      max-active: 200
      max-wait: -1
      max-idle: 10
      min-idle: 0
  #JPA配置
  jpa: