czt
2026-01-09 2c7f0f8bc83624fa5fc7092b7bdb361b867fbcf2
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: 0
    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:
@@ -87,7 +98,7 @@
#系统架构配置
framework:
  companyId: "1000"
  companyId: "5372"
  doradoMode: debug
  # 名称
  name: 智慧粮库监管系统