fix: 프로젝트 최상위 각종 설정 파일(gradlew 등)에 잘못 추가되었던 프로퍼티 내용 완전 제거
This commit is contained in:
@@ -12,14 +12,14 @@ public class AddJavadoc {
|
||||
"/**\n" +
|
||||
" * @package %s\n" +
|
||||
" * @className %s\n" +
|
||||
" * @description AX HUB 시스템 처리 í<>´ëž˜ìФ\n" +
|
||||
" * @author 김형ì‹<EFBFBD>\n" +
|
||||
" * @description AX HUB ?쒖뒪??泥섎━ ?대옒??n" +
|
||||
" * @author 源?뺤떇\n" +
|
||||
" * @create 2026.09.01\n" +
|
||||
" * <pre>\n" +
|
||||
" * ---------- ê°œì •ì<EFBFBD>´ë ¥ ----------\n" +
|
||||
" * ìˆ˜ì •ì<EFBFBD>¼ ìˆ˜ì •ìž<C3AC> ìˆ˜ì •ë‚´ìš©\n" +
|
||||
" * ---------- 媛쒖젙?대젰 ----------\n" +
|
||||
" * ?섏젙?? ?섏젙?? ?섏젙?댁슜\n" +
|
||||
" * ---------- -------- ---------------------------\n" +
|
||||
" * 2026.09.01 김형ì‹<EFBFBD> 최초ìƒ<C3AC>성\n" +
|
||||
" * 2026.09.01 源?뺤떇 理쒖큹?앹꽦\n" +
|
||||
" * \n" +
|
||||
" * </pre>\n" +
|
||||
" */";
|
||||
@@ -50,7 +50,7 @@ public class AddJavadoc {
|
||||
List<String> lines = Files.readAllLines(file);
|
||||
String content = String.join("\n", lines);
|
||||
|
||||
if (content.contains("---------- ê°œì •ì<EFBFBD>´ë ¥ ----------") || content.contains("@className")) {
|
||||
if (content.contains("---------- 媛쒖젙?대젰 ----------") || content.contains("@className")) {
|
||||
System.out.println("Skipping (already has javadoc): " + file);
|
||||
return;
|
||||
}
|
||||
@@ -101,24 +101,3 @@ public class AddJavadoc {
|
||||
System.out.println("Updated: " + file);
|
||||
}
|
||||
}
|
||||
|
||||
# --- ½ÅÇѶóÀÌÇÁ 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
|
||||
|
||||
Reference in New Issue
Block a user