更新模板

This commit is contained in:
2026-01-21 01:37:07 +08:00
parent cd1ff76f41
commit 5018e9e7d4
400 changed files with 8620 additions and 1839 deletions

View File

@@ -24,6 +24,12 @@ auto-table:
cool:
# 初始化数据
initData: true
sysParam:
allowKeys: ["app_home_menus", "app_my_menus", "app_tabbar", "login_logo"]
# 微信小程序配置
wx:
appid: ${WX_APPID:}
secret: ${WX_SECRET:}
# 文档
springdoc:

View File

@@ -77,6 +77,8 @@ ignored:
adminAuthUrls:
- /
- /upload/**
- /api/nongchuang/seed/**
- /api/nongchuang/seed/**
- /actuator/**
- /download/**
- /static/**
@@ -148,6 +150,9 @@ cool:
max-pool-size-multiplier: 3
# 队列容量的倍数
queue-capacity-multiplier: 3
# 系统参数允许公开访问的键
sysParam:
allowKeys: ["app_home_menus", "app_my_menus", "app_tabbar", "login_logo"]
multi-tenant:
# 是否开启多租户,默认关闭
enable: false

Some files were not shown because too many files have changed in this diff Show More