From fc990bc62433ee1a28a3d8eecac1d2076605cce7 Mon Sep 17 00:00:00 2001 From: wangziqi Date: Sat, 1 Aug 2026 14:08:42 +0800 Subject: [PATCH] fix(server): enable education module controllers by default --- yudao-server/src/main/resources/application.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yudao-server/src/main/resources/application.yaml b/yudao-server/src/main/resources/application.yaml index 200019b2..389e84cf 100644 --- a/yudao-server/src/main/resources/application.yaml +++ b/yudao-server/src/main/resources/application.yaml @@ -269,6 +269,8 @@ yudao: --- #################### 项目相关配置 #################### yudao: + education: + enabled: true # 恭学教育模块开关:控制 /education/** 管理端接口的注册 info: version: 1.0.0 base-package: cn.iocoder.yudao