From b537b1ecd24bd513ae71bcf8da191cb4f1bd067f Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 25 十月 2023 15:31:41 +0800 Subject: [PATCH] update 优化 客户端禁用限制 --- ruoyi-admin/src/main/resources/application.yml | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 03ca7ea..2b508e2 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -6,10 +6,6 @@ version: ${revision} # 鐗堟潈骞翠唤 copyrightYear: 2023 - # 瀹炰緥婕旂ず寮�鍏� - demoEnabled: true - # 鑾峰彇ip鍦板潃寮�鍏� - addressEnabled: true captcha: enable: true @@ -50,6 +46,7 @@ level: org.dromara: @logging.level@ org.springframework: warn + tech.powerjob.worker.background: warn config: classpath:logback-plus.xml # 鐢ㄦ埛閰嶇疆 @@ -187,9 +184,9 @@ api-docs: # 鏄惁寮�鍚帴鍙f枃妗� enabled: true - swagger-ui: - # 鎸佷箙鍖栬璇佹暟鎹� - persistAuthorization: true +# swagger-ui: +# # 鎸佷箙鍖栬璇佹暟鎹� +# persistAuthorization: true info: # 鏍囬 title: '鏍囬锛�${ruoyi.name}澶氱鎴风鐞嗙郴缁焈鎺ュ彛鏂囨。' @@ -261,6 +258,6 @@ websocket: enabled: true # 璺緞 - path: /websocket + path: /resource/websocket # 璁剧疆璁块棶婧愬湴鍧� allowedOrigins: '*' -- Gitblit v1.9.3