diff --git a/pom.xml b/pom.xml index 08c3c67..2f255b2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,10 +2,10 @@ 4.0.0 - com.nyzy - nyzy + com.ndsbw + ndsbw 0.0.1 - nyzy + ndsbw 吉林省农业资源信息平台 diff --git a/src/main/java/com/nd/gateway/entity/GatewayArticle.java b/src/main/java/com/nd/gateway/entity/GatewayArticle.java index 3735aa5..1d2ec43 100644 --- a/src/main/java/com/nd/gateway/entity/GatewayArticle.java +++ b/src/main/java/com/nd/gateway/entity/GatewayArticle.java @@ -136,7 +136,11 @@ public class GatewayArticle implements Serializable { @ApiModelProperty(value = "是否发布") @TableField(updateStrategy= FieldStrategy.IGNORED) private java.lang.String isRelease; - + /**是否是轮播(Y:是N:否)*/ + @Excel(name = "是否是轮播(Y:是N:否)", width = 15) + @ApiModelProperty(value = "是否是轮播") + @TableField(updateStrategy= FieldStrategy.IGNORED) + private String isBanner; /** * 父级栏目对象 */ diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index e4ac96e..27e6f84 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -1,5 +1,5 @@ server: - port: 8890 + port: 8886 tomcat: max-swallow-size: -1 error: @@ -146,7 +146,7 @@ spring: #driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 9 + database: 6 host: 127.0.0.1 lettuce: pool: @@ -176,12 +176,12 @@ mybatis-plus: #jeecg专用配置 jeecg : # 本地:local\Minio:minio\阿里云:alioss - uploadType: alioss + uploadType: local path : #文件上传根目录 设置 - upload: D://opt//nyzy//upFiles + upload: D://opt//ndsbw//upFiles #webapp文件路径 - webapp: D://opt//nyzy//webapp + webapp: D://opt//ndsbw//webapp shiro: excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**,/api/getUserInfo #阿里云oss存储配置 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8bce861..52d60dd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,4 +2,4 @@ spring: application: name: jeecg-system profiles: - active: dev \ No newline at end of file + active: prod \ No newline at end of file