From fbfb88f392dbdaba2b8cd7118750c8424c3c88b1 Mon Sep 17 00:00:00 2001 From: jeesun Date: Thu, 15 Aug 2019 16:47:27 +0800 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=E7=89=88=E6=9C=AC=E5=8D=87?= =?UTF-8?q?=E7=BA=A71.5.21.RELEASE-->1.5.22.RELEASE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/code/entity.ftl | 4 +- .../main/resources/templates/code/entity.ftl | 4 +- pom.xml | 41 +++++++++++-------- .../main/resources/templates/code/entity.ftl | 4 +- 4 files changed, 30 insertions(+), 23 deletions(-) diff --git a/api/src/main/resources/templates/code/entity.ftl b/api/src/main/resources/templates/code/entity.ftl index e8bdbd1..16e82b5 100644 --- a/api/src/main/resources/templates/code/entity.ftl +++ b/api/src/main/resources/templates/code/entity.ftl @@ -47,7 +47,7 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { private ${column.type} ${column.name}; - @ExcludeColumn + /**@ExcludeColumn @ApiModelProperty(value = "创建人名称") @Transient private String createUser; @@ -55,5 +55,5 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { @ExcludeColumn @ApiModelProperty(value = "更新人名称") @Transient - private String updateUser; + private String updateUser;**/ } \ No newline at end of file diff --git a/common/src/main/resources/templates/code/entity.ftl b/common/src/main/resources/templates/code/entity.ftl index e8bdbd1..16e82b5 100644 --- a/common/src/main/resources/templates/code/entity.ftl +++ b/common/src/main/resources/templates/code/entity.ftl @@ -47,7 +47,7 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { private ${column.type} ${column.name}; - @ExcludeColumn + /**@ExcludeColumn @ApiModelProperty(value = "创建人名称") @Transient private String createUser; @@ -55,5 +55,5 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { @ExcludeColumn @ApiModelProperty(value = "更新人名称") @Transient - private String updateUser; + private String updateUser;**/ } \ No newline at end of file diff --git a/pom.xml b/pom.xml index 85fb817..ad0bf42 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.21.RELEASE + 1.5.22.RELEASE @@ -32,20 +32,27 @@ UTF-8 UTF-8 1.8 - 1.5.21.RELEASE + ${parent.version} 127.0.0.1:5000 2.9.2 - Edgware.RELEASE - 3.0.3.RELEASE + 1.2.4.RELEASE + Edgware.RELEASE + 3.0.11.RELEASE 2.1.1 3.2.0 3.8.0 1.3.0.Beta2 1.18.8 - 1.2.57 + 1.2.59 1.0.6 5.4.3.Final - 2.7.4 + 2.8.2 + 2.8.5 + 8.0.13 + 42.2.5 + 10.2.0.3.0 + 7.2.2.jre8 + 4.0 com.simon @@ -55,12 +62,12 @@ org.springframework.cloud spring-cloud-starter-oauth2 - 1.2.4.RELEASE + ${spring-cloud.version} org.springframework.cloud spring-cloud-starter-security - 1.2.4.RELEASE + ${spring-cloud.version} @@ -230,30 +237,30 @@ mysql mysql-connector-java - 8.0.13 + ${mysql-connector-java.version} runtime org.postgresql postgresql - 42.2.5 + ${postgresql.version} runtime ojdbc14 ojdbc14 - 10.2.0.3.0 + ${ojdbc14.version} runtime com.microsoft.sqlserver mssql-jdbc - 7.2.2.jre8 + ${mssql-jdbc.version} com.microsoft.sqlserver sqljdbc4 - 4.0 + ${sqljdbc4.version} @@ -264,7 +271,7 @@ com.google.code.gson gson - 2.8.5 + ${gson.version} com.alibaba @@ -414,7 +421,7 @@ org.springframework.cloud spring-cloud-dependencies - ${spring-cloud.version} + ${spring-cloud-dependencies.version} pom import diff --git a/web/src/main/resources/templates/code/entity.ftl b/web/src/main/resources/templates/code/entity.ftl index e8bdbd1..16e82b5 100644 --- a/web/src/main/resources/templates/code/entity.ftl +++ b/web/src/main/resources/templates/code/entity.ftl @@ -47,7 +47,7 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { private ${column.type} ${column.name}; - @ExcludeColumn + /**@ExcludeColumn @ApiModelProperty(value = "创建人名称") @Transient private String createUser; @@ -55,5 +55,5 @@ public class ${entityName} extends BasePo<${idType}> implements Serializable { @ExcludeColumn @ApiModelProperty(value = "更新人名称") @Transient - private String updateUser; + private String updateUser;**/ } \ No newline at end of file -- Gitee