From 4f69317eb864b24ddb36c8e517344ddf11d22a3e Mon Sep 17 00:00:00 2001 From: 克 刘 <4345453@qq.com> Date: Thu, 18 Jun 2020 16:28:22 +0800 Subject: [PATCH] 加强table.render中验证token,用于控制单个设备登录后跳转login --- kidgrow-config/src/main/resources/bootstrap.properties | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kidgrow-config/src/main/resources/bootstrap.properties b/kidgrow-config/src/main/resources/bootstrap.properties index 971d7b5..4062430 100644 --- a/kidgrow-config/src/main/resources/bootstrap.properties +++ b/kidgrow-config/src/main/resources/bootstrap.properties @@ -1,10 +1,15 @@ ########################## bootstrap\u7EA7\u522B\u901A\u7528\u914D\u7F6E ########################## # \u9ED8\u8BA4\u5F00\u53D1\u73AF\u5883 -spring.profiles.active=fat +spring.profiles.active=dev ##### spring-boot-actuator\u914D\u7F6E management.endpoints.web.exposure.include=* management.endpoint.health.show-details=always ##### \u5141\u8BB8bean\u8986\u76D6 -spring.main.allow-bean-definition-overriding=true \ No newline at end of file +spring.main.allow-bean-definition-overriding=true + +#####\u5B57\u7B26\u7C7B\u578B##### +spring.http.encoding.charset=UTF-8 +spring.http.encoding.enabled=true +spring.http.encoding.force=true \ No newline at end of file -- Gitblit v1.8.0