From 050aa6e4bfa4d437ca4b5b7fa2f4c845d01edff5 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 5 Jul 2023 16:23:26 +0800 Subject: [PATCH] update --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- web-api/src/main/resources/config/application.yml | 2 +- web-fast/src/main/resources/config/application.yml | 2 +- web/src/main/resources/config/application.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 1c41f2e3..aa704fdb 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -663,7 +663,7 @@ web: enabled: false callback: __callback - # 核心模块的Web功能(仅作为微服务时设为false) + # 核心模块的Web功能开启(其它微服务时设为false) core: enabled: true diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 06bc0af3..8dc2f0ee 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -804,7 +804,7 @@ web: # enabled: false # callback: __callback - # 核心模块的Web功能(仅作为微服务时设为false) + # 核心模块的Web功能开启(其它微服务时设为false) core: enabled: true diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index ce574d5a..08678278 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -191,7 +191,7 @@ mybatis: # Web 相关 web: - # 核心模块的Web功能(仅作为微服务时设为false) + # 核心模块的Web功能开启(其它微服务时设为false) core: enabled: true diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 1f98dac3..6273404b 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -804,7 +804,7 @@ web: # enabled: false # callback: __callback - # 核心模块的Web功能(仅作为微服务时设为false) + # 核心模块的Web功能开启(其它微服务时设为false) core: enabled: true