From ef5d2b76a7a271fc2145250712e693c894c40269 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 27 Oct 2025 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0application-prod.yml=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0Flowable=E5=92=8CElasticsearch=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/config/application-prod.yml | 38 +++++++++--------------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/docker/config/application-prod.yml b/docker/config/application-prod.yml index a02a6f8..bc2a580 100644 --- a/docker/config/application-prod.yml +++ b/docker/config/application-prod.yml @@ -19,6 +19,12 @@ management: exposure: include: metrics,httptrace +flowable: + check-process-definitions: false + database-schema-update: false + history-level: audit + async-executor-activate: true + spring: servlet: multipart: @@ -39,11 +45,8 @@ spring: quartz: job-store-type: jdbc initialize-schema: embedded - #定时任务启动开关,true-开 false-关 auto-startup: true - #延迟1秒启动定时任务 startup-delay: 1s - #启动时更新己存在的Job overwrite-existing-jobs: true properties: org: @@ -73,23 +76,16 @@ spring: proxy-target-class: true #配置freemarker freemarker: - # 设置模板后缀名 suffix: .ftl - # 设置文档类型 content-type: text/html - # 设置页面编码格式 charset: UTF-8 - # 设置页面缓存 cache: false prefer-file-system-access: false - # 设置ftl文件路径 template-loader-path: - classpath:/templates template_update_delay: 0 - # 设置静态文件路径,js,css等 mvc: static-path-pattern: /** - #Spring Boot 2.6+后映射匹配的默认策略已从AntPathMatcher更改为PathPatternParser,需要手动指定为ant-path-matcher pathmatch: matching-strategy: ant_path_matcher resource: @@ -107,28 +103,21 @@ spring: web-stat-filter: enabled: true dynamic: - druid: # 全局druid参数,绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置) + druid: # 连接池的配置信息 - # 初始化大小,最小,最大 initial-size: 5 min-idle: 5 maxActive: 1000 - # 配置获取连接等待超时的时间 maxWait: 60000 - # 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒 timeBetweenEvictionRunsMillis: 60000 - # 配置一个连接在池中最小生存的时间,单位是毫秒 minEvictableIdleTimeMillis: 300000 validationQuery: SELECT 1 testWhileIdle: true testOnBorrow: false testOnReturn: false - # 打开PSCache,并且指定每个连接上PSCache的大小 poolPreparedStatements: true maxPoolPreparedStatementPerConnectionSize: 20 - # 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙 filters: stat,wall,slf4j - # 打开mergeSql功能;慢SQL记录 stat: merge-sql: true slow-sql-millis: 5000 @@ -155,17 +144,11 @@ spring: mybatis-plus: mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml global-config: - # 关闭MP3.0自带的banner banner: false db-config: - #主键类型 0:"数据库ID自增",1:"该类型为未设置主键类型", 2:"用户输入ID",3:"全局唯一ID (数字类型唯一ID)", 4:"全局唯一ID UUID",5:"字符串全局唯一ID (idWorker 的字符串表示)"; id-type: ASSIGN_ID - # 默认数据库表下划线命名 table-underline: true configuration: - # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用 - #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl - # 返回类型为Map,显示null对应的字段 call-setters-on-nulls: true minidao: base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.* @@ -189,9 +172,7 @@ jeecg: pc: http://localhost:3100 app: http://localhost:8051 path: - #文件上传根目录 设置 upload: /opt/upFiles - #webapp文件路径 webapp: /opt/webapp shiro: excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/bigscreen/category/**,/bigscreen/visual/**,/bigscreen/map/**,/jmreport/bigscreen2/** @@ -211,6 +192,10 @@ jeecg: SMS_175435174: # 修改密码短信模板编码 SMS_465391221: + elasticsearch: + cluster-name: jeecg-ES + cluster-nodes: 127.0.0.1:9200 + check-enabled: false # 表单设计器配置 desform: # 主题颜色(仅支持 16进制颜色代码) @@ -254,7 +239,6 @@ cas: prefixUrl: http://cas.example.org:8443/cas #swagger knife4j: - #开启增强配置 enable: true #开启生产环境屏蔽 production: true