czt
2026-02-13 3f4c60630a161bcc0e1abf2a298522d19a56c938
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: