sgj
2026-01-17 c00af7e5bfa382528b3bef7ee2484d872fceda17
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: