From 23df781ef8c79800568b43d4255cf3b29087e33d Mon Sep 17 00:00:00 2001 From: houruijun <411269194@kidgrow.com> Date: Thu, 18 Jun 2020 18:12:05 +0800 Subject: [PATCH] 1.修改pom文件,增加版本号可配置 2.整理所有的生成model,增加将long的序列化,日期格式统一格式化注解。 3.修改注册/添加账号接口(未调试) 4.对以前写的代码,事务的回滚做统一 5.增加数据需求的列表/添加数据的接口 6.将限制账户数量从医院表转移到科室表 --- kidgrow-config/src/main/resources/bootstrap.properties | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/kidgrow-config/src/main/resources/bootstrap.properties b/kidgrow-config/src/main/resources/bootstrap.properties index 9eed521..4062430 100644 --- a/kidgrow-config/src/main/resources/bootstrap.properties +++ b/kidgrow-config/src/main/resources/bootstrap.properties @@ -7,4 +7,9 @@ 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