From bfc7a5d8e59cf1356e8b602fb2815a03ea95d3ba Mon Sep 17 00:00:00 2001 From: Veal98 <1912420914@qq.com> Date: Tue, 23 Feb 2021 22:28:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=20Bug=20+=20=E5=AE=8C=E5=96=84=E6=88=91=E7=9A=84?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++----- docs/README.md | 9 ++++++++- .../controller/DiscussPostController.java | 2 +- .../community/controller/UserController.java | 15 ++++++++++++--- .../greate/community/event/EventConsumer.java | 6 ------ .../resources/application-develop.properties | 1 + .../templates/site/discuss-detail.html | 1 + src/main/resources/templates/site/my-post.html | 10 +++++----- .../resources/templates/site/my-reply.html | 2 +- src/main/resources/templates/site/profile.html | 2 +- 10 files changed, 43 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c37bbf51..92371146 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,11 @@