From 2bf646f086d4780b82c5cb1101609ed280fa24e2 Mon Sep 17 00:00:00 2001 From: alwaysfrin <39822157+alwaysfrin@users.noreply.github.com> Date: Mon, 29 Oct 2018 14:58:41 +0800 Subject: [PATCH 1/2] =?UTF-8?q?pom=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 6ba6a0d..8eebdab 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,12 @@ org.springframework.boot spring-boot-starter-data-jpa + + + spring-boot-starter-logging + org.springframework.boot + + From 75870afd3671e9415ec9b8511a0b422691a31101 Mon Sep 17 00:00:00 2001 From: alwaysfrin <39822157+alwaysfrin@users.noreply.github.com> Date: Mon, 29 Oct 2018 17:30:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B7=A8=E5=9F=9F=E6=8F=90=E4=BA=A4=20mq?= =?UTF-8?q?=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysMessage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysMessage.java b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysMessage.java index 191cc5f..c62ee8b 100644 --- a/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysMessage.java +++ b/modules/i3plus-pojo-platform/src/main/java/cn/estsh/i3plus/pojo/platform/bean/SysMessage.java @@ -29,7 +29,6 @@ import java.text.DecimalFormat; @Api(value="系统消息",description = "系统消息") public class SysMessage extends BaseBean { - @Column(name="MESSAGE_TITLE") @ApiParam(value ="消息标题" , access ="消息标题") private String messageTitle;