fix: 프로젝트 최상위 각종 설정 파일(gradlew 등)에 잘못 추가되었던 프로퍼티 내용 완전 제거

This commit is contained in:
jade
2026-07-16 14:30:30 +09:00
parent 8e2c44a1b4
commit 64ebed8ad9
13 changed files with 258 additions and 513 deletions

31
gradlew vendored
View File

@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright 짤 2015-2021 the original authors.
# Copyright 짤 2015-2021 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -34,10 +34,10 @@
# Busybox and similar reduced shells will NOT work, because this script
# requires all of these POSIX shell features:
# * functions;
# * expansions 짬$var쨩, 짬${var}쨩, 짬${var:-default}쨩, 짬${var+SET}쨩,
# 짬${var#prefix}쨩, 짬${var%suffix}쨩, and 짬$( cmd )쨩;
# * compound commands having a testable exit status, especially 짬case쨩;
# * various built-in commands including 짬command쨩, 짬set쨩, and 짬ulimit쨩.
# * expansions 짬$var쨩, 짬${var}쨩, 짬${var:-default}쨩, 짬${var+SET}쨩,
# 짬${var#prefix}쨩, 짬${var%suffix}쨩, and 짬$( cmd )쨩;
# * compound commands having a testable exit status, especially 짬case쨩;
# * various built-in commands including 짬command쨩, 짬set쨩, and 짬ulimit쨩.
#
# Important for patching:
#
@@ -249,24 +249,3 @@ eval "set -- $(
)" '"$@"'
exec "$JAVACMD" "$@"
# --- 신한라이프 EAI/MCI 연계 IP 정보 (개발 환경) ---
shinhan.integration.envrTypeCd=D
shinhan.integration.eai.url=http://10.176.32.181
shinhan.integration.internalMci.url=http://10.176.32.173
shinhan.integration.bancaMci.url=http://10.176.32.117
shinhan.integration.externalMci.url=http://10.176.32.176
# --- 신한라이프 EAI/MCI 연계 IP 정보 (테스트 환경) ---
shinhan.integration.envrTypeCd=T
shinhan.integration.eai.url=http://10.174.32.181
shinhan.integration.internalMci.url=http://10.174.32.173
shinhan.integration.bancaMci.url=http://10.174.32.117
shinhan.integration.externalMci.url=http://10.176.32.177
# --- 신한라이프 EAI/MCI 연계 IP 정보 (운영 환경) ---
shinhan.integration.envrTypeCd=R
shinhan.integration.eai.url=http://10.172.32.181
shinhan.integration.internalMci.url=http://10.172.32.173
shinhan.integration.bancaMci.url=http://10.172.32.117
shinhan.integration.externalMci.url=http://10.172.32.177