88 lines
1.8 KiB
Plaintext
88 lines
1.8 KiB
Plaintext
# ===== 빌드 결과물 =====
|
||
target/
|
||
!**/src/main/**/target/
|
||
!**/src/test/**/target/
|
||
*.class
|
||
*.jar
|
||
!gradle/wrapper/gradle-wrapper.jar
|
||
*.war
|
||
*.ear
|
||
*.nar
|
||
|
||
# ===== 로그 =====
|
||
*.log
|
||
logs/
|
||
spring-shell.log
|
||
|
||
# ===== Maven =====
|
||
.mvn/wrapper/maven-wrapper.jar
|
||
pom.xml.tag
|
||
pom.xml.releaseBackup
|
||
pom.xml.versionsBackup
|
||
pom.xml.next
|
||
release.properties
|
||
dependency-reduced-pom.xml
|
||
buildNumber.properties
|
||
.mvn/timing.properties
|
||
|
||
# ===== IntelliJ IDEA =====
|
||
.idea/
|
||
*.iws
|
||
*.iml
|
||
*.ipr
|
||
out/
|
||
|
||
# ===== Eclipse / STS =====
|
||
.apt_generated
|
||
.classpath
|
||
.factorypath
|
||
.project
|
||
.settings
|
||
.springBeans
|
||
.sts4-cache
|
||
bin/
|
||
|
||
# ===== NetBeans =====
|
||
/nbproject/private/
|
||
/nbbuild/
|
||
/dist/
|
||
/nbdist/
|
||
/.nb-gradle/
|
||
build/
|
||
.gradle/
|
||
!**/src/main/**/build/
|
||
!**/src/test/**/build/
|
||
|
||
# ===== VS Code =====
|
||
.vscode/
|
||
|
||
# ===== OS =====
|
||
.DS_Store
|
||
Thumbs.db
|
||
ehthumbs.db
|
||
|
||
# ===== í™˜ê²½ì„¤ì • (민ê°<C3AA>ì •ë³´ 분리 시) =====
|
||
# application-local.properties
|
||
# application-secret.properties
|
||
|
||
# --- ½ÅÇѶóÀÌÇÁ 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
|