@@ -133,4 +133,7 @@ public class GovBizProjectApplyDTO implements Serializable { | |||||
@ApiModelProperty("入库时间") | @ApiModelProperty("入库时间") | ||||
private LocalDateTime tongTime; | private LocalDateTime tongTime; | ||||
@ApiModelProperty("是否确实历史项目") | |||||
private Boolean missing; | |||||
} | } |
@@ -165,4 +165,6 @@ public class GovBizProjectApply implements Serializable { | |||||
@ApiModelProperty("其它文件PDF版") | @ApiModelProperty("其它文件PDF版") | ||||
private String baseProjOtherFilePdf; | private String baseProjOtherFilePdf; | ||||
@ApiModelProperty("是否确实历史项目") | |||||
private Boolean missing; | |||||
} | } |
@@ -130,6 +130,9 @@ public class GovBizProjectDraft implements Serializable { | |||||
private String baseEngineerAlterFile; | private String baseEngineerAlterFile; | ||||
private String baseChanFileMimplement; | private String baseChanFileMimplement; | ||||
@ApiModelProperty("是否确实历史项目") | |||||
private Boolean missing; | |||||
private String procure; | private String procure; | ||||
private String areaCode; | private String areaCode; | ||||
@@ -131,6 +131,9 @@ public class GovOperationProjectDraft implements Serializable { | |||||
private String baseEngineerAlterFile; | private String baseEngineerAlterFile; | ||||
private String baseChanFileMimplement; | private String baseChanFileMimplement; | ||||
@ApiModelProperty("是否确实历史项目") | |||||
private Boolean missing; | |||||
private String procure; | private String procure; | ||||
private String areaCode; | private String areaCode; | ||||
@@ -159,4 +159,7 @@ public class GovBizProjectApplyVO implements Serializable { | |||||
@ApiModelProperty("其它文件PDF版") | @ApiModelProperty("其它文件PDF版") | ||||
private String baseProjOtherFilePdf; | private String baseProjOtherFilePdf; | ||||
@ApiModelProperty("是否确实历史项目") | |||||
private Boolean missing; | |||||
} | } |
@@ -53,7 +53,7 @@ spring: | |||||
# 是允许连接在连接池中空闲的最长时间 | # 是允许连接在连接池中空闲的最长时间 | ||||
minimum-idle: 5 | minimum-idle: 5 | ||||
# 配置最大池大小 | # 配置最大池大小 | ||||
maximum-pool-size: 50 | |||||
maximum-pool-size: 300 | |||||
# 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | # 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | ||||
idle-timeout: 60000 | idle-timeout: 60000 | ||||
# 池中连接关闭后的最长生命周期(以毫秒为单位) | # 池中连接关闭后的最长生命周期(以毫秒为单位) | ||||
@@ -2,7 +2,10 @@ server: | |||||
port: 38888 | port: 38888 | ||||
servlet: | servlet: | ||||
context-path: /pm | context-path: /pm | ||||
#最大并发数,默认200 | |||||
tomcat: | |||||
threads: | |||||
max: 600 | |||||
spring: | spring: | ||||
mvc: | mvc: | ||||
pathmatch: | pathmatch: | ||||
@@ -52,7 +55,7 @@ spring: | |||||
# 是允许连接在连接池中空闲的最长时间 | # 是允许连接在连接池中空闲的最长时间 | ||||
minimum-idle: 10 | minimum-idle: 10 | ||||
# 配置最大池大小 | # 配置最大池大小 | ||||
maximum-pool-size: 200 | |||||
maximum-pool-size: 300 | |||||
# 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | # 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | ||||
idle-timeout: 60000 | idle-timeout: 60000 | ||||
# 池中连接关闭后的最长生命周期(以毫秒为单位) | # 池中连接关闭后的最长生命周期(以毫秒为单位) | ||||
@@ -2,7 +2,10 @@ server: | |||||
port: 38888 | port: 38888 | ||||
servlet: | servlet: | ||||
context-path: /pm | context-path: /pm | ||||
#最大并发数,默认200 | |||||
tomcat: | |||||
threads: | |||||
max: 600 | |||||
spring: | spring: | ||||
mvc: | mvc: | ||||
pathmatch: | pathmatch: | ||||
@@ -52,7 +55,7 @@ spring: | |||||
# 是允许连接在连接池中空闲的最长时间 | # 是允许连接在连接池中空闲的最长时间 | ||||
minimum-idle: 10 | minimum-idle: 10 | ||||
# 配置最大池大小 | # 配置最大池大小 | ||||
maximum-pool-size: 200 | |||||
maximum-pool-size: 300 | |||||
# 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | # 是允许连接在连接池中空闲的最长时间(以毫秒为单位) | ||||
idle-timeout: 60000 | idle-timeout: 60000 | ||||
# 池中连接关闭后的最长生命周期(以毫秒为单位) | # 池中连接关闭后的最长生命周期(以毫秒为单位) | ||||