From 7696fcadfe2a68266a48927ac2f959445bbea319 Mon Sep 17 00:00:00 2001 From: ysCha Date: Fri, 6 Feb 2026 16:59:11 +0900 Subject: [PATCH] =?UTF-8?q?[1375]=EC=9D=B8=EC=A6=9D=EC=9A=A9=EB=9F=89=20pc?= =?UTF-8?q?s=20=EA=B4=80=EB=A0=A8=20=EC=8A=A4=ED=8E=99=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/config/application-local.yml | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/main/resources/config/application-local.yml b/src/main/resources/config/application-local.yml index 9ad0fe5e..d967f5cb 100644 --- a/src/main/resources/config/application-local.yml +++ b/src/main/resources/config/application-local.yml @@ -7,11 +7,11 @@ spring: datasource: driver-class-name: net.sf.log4jdbc.sql.jdbcapi.DriverSpy #내부 개발계 DB - jdbc-url: jdbc:log4jdbc:sqlserver://1.248.227.176:1433;databaseName=NEWPVCAD;encrypt=true;trustServerCertificate=true - password: ENC(W7owprYnvf7vqwO6Piw4dHfVBCSxE4Ck) +# 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 - #password: ENC(Zc3J45rtPR/uQDeDOcrnF/iGLlU6U3y6) + jdbc-url: jdbc:log4jdbc:sqlserver://192.168.200.220:1433;databaseName=NEWPVCAD;encrypt=false;trustServerCertificate=false + password: ENC(Zc3J45rtPR/uQDeDOcrnF/iGLlU6U3y6) username: pvDBuser maximum-pool-size: 4 pool-name: Master-HikariPool @@ -27,7 +27,7 @@ spring: scheduler: Y #QSP qsp: - url: http://1.248.227.176:8120 + url: http://121.168.9.37:8080 #http://1.248.227.176:8120 #http://121.168.9.37:8080 master-store-batch-url: /api/master/storeAdditionalInfo master-material-batch-url: /api/master/materialList master-bom-batch-url: /api/master/bomList @@ -42,11 +42,17 @@ qsp: estimate-plan-confirm-batch-url: /api/order/planConfirmListData estimate-sync-batch-url: /api/order/qcastQuotationSave #File +#file: +# root.path: C:\\ +# ini.root.path: C:\\NewEstimate +# ini.base.filename: 料金シミュレーション.ini +# ini.drawing.img.path: https://files.hanasys.jp/Drawing + file: - root.path: C:\\ - ini.root.path: C:\\NewEstimate + 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: https://files.hanasys.jp/Drawing/dev front: - url: http://localhost:8080 \ No newline at end of file + url: http://localhost:8080