feature/jp-0331 #526

Open
jungpyo2001 wants to merge 998 commits from feature/jp-0331 into main
4 changed files with 16 additions and 3 deletions
Showing only changes of commit 891bb874ec - Show all commits

View File

@ -26,6 +26,9 @@ public class InterfaceQsp {
@Value("${qsp.url}")
private String qspUrl;
@Value("${front.url}")
private String frontUrl;
/**
* API Call
*
@ -170,6 +173,7 @@ public class InterfaceQsp {
con.setReadTimeout(30000); // InputStream 읽어 오는 Timeout 시간 설정
con.setRequestMethod(httpMethod.toString());
con.setRequestProperty("Content-Type", "application/json");
con.setRequestProperty("Referer", frontUrl);
con.setDoInput(true);
con.setUseCaches(false);
con.setDefaultUseCaches(false);

View File

@ -58,4 +58,7 @@ file:
root.path: /home/development/public/files
ini.root.path: /home/development/public/files/NewEstimate
ini.base.filename: 料金シミュレーション.ini
ini.drawing.img.path: /home/development/public/files/NewEstimate/Drawing
ini.drawing.img.path: /home/development/public/files/NewEstimate/Drawing
front:
url: http://1.248.227.176:3000

View File

@ -58,4 +58,7 @@ file:
root.path: C:\\
ini.root.path: C:\\NewEstimate
ini.base.filename: 料金シミュレーション.ini
ini.drawing.img.path: C:\\NewEstimate\Drawing
ini.drawing.img.path: C:\\NewEstimate\Drawing
front:
url: http://localhost:8080

View File

@ -58,4 +58,7 @@ file:
root.path: /home/production/public/files
ini.root.path: /home/production/public/files/NewEstimate
ini.base.filename: 料金シミュレーション.ini
ini.drawing.img.path: /home/production/public/files/NewEstimate/Drawing
ini.drawing.img.path: /home/production/public/files/NewEstimate/Drawing
front:
url: https://hanasys.jp