From 921762e05d252b45d160b3afced450a10b1764f0 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 25 Feb 2026 19:29:44 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B0=9C=20=ED=99=98=EA=B2=BD=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=8C=8C=EC=9D=BC(application-dev.yml)=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- src/main/resources/application-dev.yml | 52 ++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/application-dev.yml diff --git a/.gitignore b/.gitignore index 5b6ef7f..074c3af 100644 --- a/.gitignore +++ b/.gitignore @@ -107,5 +107,4 @@ TODO.txt diff *rinjae* -src/main/resources/application-dev.yml -src/main/resources/application-gf63.yml \ No newline at end of file +*gf63* \ No newline at end of file diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml new file mode 100644 index 0000000..fb5f832 --- /dev/null +++ b/src/main/resources/application-dev.yml @@ -0,0 +1,52 @@ +spring: + jta: + enabled: true + config: + activate: + on-profile: dev + jpa: + properties: + hibernate: + show_sql: false + format_sql: true + use_sql_comments: true + devtools: + restart: + enabled: false + additional-exclude: logback*.xml + livereload: + enabled: true + thymeleaf: + cache: false + +ems: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: EMSAPP + password: EMSAPP123! + + +gateway: + datasource: + jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/DAPM +# jdbc-url: jdbc:oracle:thin:@//192.168.240.177:1599/PAPM + driver-class-name: oracle.jdbc.OracleDriver + username: AGWAPP + password: AGWAPP123! + +portal: + auth-virtual-code: 654321 + test-auth-notice-enabled: true + +proxy: + targets: + stg: http://localhost:10000/monitoring + prod: http://localhost:10000/monitoring + +# stg: http://inter-ndapiap01.k-bank.com:7090/monitoring +# prod: http://inter-ndapiap01.k-bank.com:7090/monitoring + timeout: + connect: 5000 + read: 5000