处理依赖版本问题
This commit is contained in:
parent
16580fb2f3
commit
2ce21d42f3
12
pom.xml
12
pom.xml
@ -24,7 +24,7 @@
|
||||
<mysql.version>5.1.47</mysql.version>
|
||||
<freemarker.version>2.3.28</freemarker.version>
|
||||
<druid.version>1.1.9</druid.version>
|
||||
<cm-cloud.version>1.0.1-SNAPSHOT</cm-cloud.version>
|
||||
<cm-cloud.version>1.0.2-SNAPSHOT</cm-cloud.version>
|
||||
<activiti.version>7.1.0.M6</activiti.version>
|
||||
</properties>
|
||||
|
||||
@ -108,11 +108,11 @@
|
||||
<version>${activiti.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cm</groupId>
|
||||
<artifactId>cloud-central-control-client</artifactId>
|
||||
<version>1.0.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.cm</groupId>-->
|
||||
<!-- <artifactId>cloud-central-control-client</artifactId>-->
|
||||
<!-- <version>1.0.1-SNAPSHOT</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
@ -34,7 +34,7 @@ public class DischargePermitNoticeRequest extends AbstractRestTemplate<String, J
|
||||
}
|
||||
|
||||
@Override
|
||||
public JSONObject postBody() {
|
||||
public JSONObject body() {
|
||||
JSONObject noticeJSONObject = new JSONObject();
|
||||
JSONArray noticeJSONArray = new JSONArray();
|
||||
dischargePermitSet.forEach(dischargePermitDTO -> {
|
||||
|
@ -34,7 +34,7 @@ public class EiaReportNoticeRequest extends AbstractRestTemplate<String, JSONObj
|
||||
}
|
||||
|
||||
@Override
|
||||
public JSONObject postBody() {
|
||||
public JSONObject body() {
|
||||
JSONObject noticeJSONObject = new JSONObject();
|
||||
JSONArray noticeJSONArray = new JSONArray();
|
||||
eiaReportSet.forEach(eiaReportDTO -> {
|
||||
|
@ -36,7 +36,7 @@ public class TaskCheckNoticeRequest extends AbstractRestTemplate<String, JSONObj
|
||||
}
|
||||
|
||||
@Override
|
||||
public JSONObject postBody() {
|
||||
public JSONObject body() {
|
||||
JSONObject noticeJSONObject = new JSONObject();
|
||||
JSONArray noticeJSONArray = new JSONArray();
|
||||
enterpriseSet.forEach(enterprise -> {
|
||||
|
@ -20,12 +20,12 @@ spring:
|
||||
max-request-size: 1GB
|
||||
datasource:
|
||||
druid:
|
||||
url: jdbc:mysql://10.110.208.232:3306/db_cloud_inspection?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||
# url: jdbc:mysql://127.0.0.1:3306/db_cloud_inspection?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||
# url: jdbc:mysql://10.110.208.232:3306/db_cloud_inspection?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||
url: jdbc:mysql://127.0.0.1:3306/db_btyjj_inspection1?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false
|
||||
db-type: mysql
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
username: wanggeng
|
||||
password: TSkj@0471.123
|
||||
username: root
|
||||
password: root
|
||||
initial-size: 2
|
||||
min-idle: 2
|
||||
max-active: 100
|
||||
@ -79,7 +79,7 @@ file:
|
||||
# 安全
|
||||
security:
|
||||
oauth2:
|
||||
oauth-server: http://1.180.60.42:8083/usercenter
|
||||
oauth-server: http://192.168.0.103:7011/usercenter
|
||||
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
||||
client:
|
||||
client-id: 888d9c22b2d34f0694672c8ad56e8d0b
|
||||
@ -97,7 +97,7 @@ security:
|
||||
|
||||
api-path:
|
||||
user-center: ${security.oauth2.oauth-server}
|
||||
notice-url: http://1.180.60.42:8083/usercenter
|
||||
notice-url: http://192.168.0.103:7011/usercenter
|
||||
version: 1
|
||||
report-form:
|
||||
check-detail: false
|
||||
|
Loading…
Reference in New Issue
Block a user