From b925ab5abceff2f7df2299112e2c59abb09fde10 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Tue, 9 May 2023 17:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0servlet=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 022e8b0..4ed0a9f 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,6 +7,8 @@ server: default-index-page: route/custom/index servlet: context-path: /usercenter + encoding: + force-response: true spring: login-url: /oauth/login