dev #33
@ -336,16 +336,19 @@ BoardResponse boardResponse = null;
|
||||
/* [1]. QSP API (url + fileNo) Setting */
|
||||
String url = null;
|
||||
if("NO".equals(zipYn)) {
|
||||
url = QSP_API_URL + "/api/file/downloadFile2";
|
||||
url = QSP_API_URL + "/api/file/downloadFile2?encodeFileNo=" + keyNo;
|
||||
|
||||
}else{
|
||||
url = QSP_API_URL + "/api/file/downloadFile";
|
||||
|
||||
if ("Y".equals(zipYn)) {
|
||||
url += "?noticeNo=" + keyNo;
|
||||
} else {
|
||||
url += "?fileNo=" + keyNo;
|
||||
}
|
||||
}
|
||||
|
||||
if ("Y".equals(zipYn)) {
|
||||
url += "?noticeNo=" + keyNo;
|
||||
} else {
|
||||
url += "?fileNo=" + keyNo;
|
||||
}
|
||||
|
||||
|
||||
/* [2]. QSP API CALL -> Response */
|
||||
Map<String, String> result = new HashMap<String, String>();
|
||||
|
||||
@ -10,7 +10,7 @@ spring:
|
||||
jdbc-url: jdbc:log4jdbc:sqlserver://1.248.227.176:1433;databaseName=NEWPVCAD;encrypt=true;trustServerCertificate=true
|
||||
password: ENC(W7owprYnvf7vqwO6Piw4dHfVBCSxE4Ck)
|
||||
#한화 개발계 DB
|
||||
#jdbc-url: jdbc:log4jdbc:sqlserver://192.168.200.220:1433;databaseName=NEWPVCAD;encrypt=false;trustServerCertificate=false
|
||||
#jdbc-url: jdbc:log4jdbc:sqlserver://124.35.22.21:1433;databaseName=NEWPVCAD;encrypt=false;trustServerCertificate=false
|
||||
#password: ENC(Zc3J45rtPR/uQDeDOcrnF/iGLlU6U3y6)
|
||||
username: pvDBuser
|
||||
maximum-pool-size: 4
|
||||
@ -64,7 +64,7 @@ file:
|
||||
root.path: /home/development/public/files
|
||||
ini.root.path: /home/development/public/files/NewEstimate
|
||||
ini.base.filename: 料金シミュレーション.ini
|
||||
ini.drawing.img.path: https://files.hanasys.jp/Drawing
|
||||
ini.drawing.img.path: /home/development/public/files/NewEstimate/Drawing
|
||||
|
||||
front:
|
||||
url: http://1.248.227.176:3000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user