v3.9.1 后台代码

This commit is contained in:
JEECG
2026-01-21 19:02:45 +08:00
parent 3735ca1687
commit e2402c75b0
113 changed files with 9495 additions and 109830 deletions

View File

@ -121,7 +121,7 @@ spring:
web-stat-filter:
enabled: true
dynamic:
druid: # 全局druid参数绝大部分值和默认保持一致。(现已支持的参数如下,不清楚含义不要乱设置)
druid:
# 连接池的配置信息
# 初始化大小,最小,最大
initial-size: 5
@ -186,6 +186,8 @@ mybatis-plus:
minidao:
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*
jeecg:
# 自定义资源请求前缀js、css等解决nginx转发问题
custom-resource-prefix-path:
# AI集成
ai-chat:
enabled: true
@ -195,6 +197,8 @@ jeecg:
timeout: 60
# AIRag向量库
ai-rag:
# AI流程敏感节点(stdio=命令行节点, sql=SQL节点)
allow-sensitive-nodes: sql,stdio
embed-store:
host: 127.0.0.1
port: 5432

View File

@ -182,6 +182,8 @@ mybatis-plus:
minidao:
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*
jeecg:
# 自定义资源请求前缀js、css等解决nginx转发问题
custom-resource-prefix-path:
# AI集成
ai-chat:
enabled: true

View File

@ -190,6 +190,8 @@ jeecg:
timeout: 60
# AIRag向量库
ai-rag:
# AI流程敏感节点(stdio=命令行节点, sql=SQL节点)
allow-sensitive-nodes: sql,stdio
embed-store:
host: 127.0.0.1
port: 5432

View File

@ -191,6 +191,8 @@ jeecg:
timeout: 60
# AIRag向量库
ai-rag:
# AI流程敏感节点(stdio=命令行节点, sql=SQL节点)
allow-sensitive-nodes: sql,stdio
embed-store:
host: 127.0.0.1
port: 5432