From 9a0968d445f33e0109f41f221e6ff29a6b788855 Mon Sep 17 00:00:00 2001 From: daekuk Date: Wed, 25 Feb 2026 09:37:55 +0900 Subject: [PATCH] =?UTF-8?q?-=20=EC=B7=A8=EC=95=BD=EC=A0=90=20=EC=A1=B0?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/jsp/bap/admin/common/sysinfoManDetail.jsp | 2 +- .../onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp | 4 ++-- build.gradle | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/WebContent/jsp/bap/admin/common/sysinfoManDetail.jsp b/WebContent/jsp/bap/admin/common/sysinfoManDetail.jsp index 1d28265..3988e1e 100644 --- a/WebContent/jsp/bap/admin/common/sysinfoManDetail.jsp +++ b/WebContent/jsp/bap/admin/common/sysinfoManDetail.jsp @@ -161,7 +161,7 @@ 시스템 IP 시스템 Port USER ID - 비밀번호 + 비밀번호 송신디렉토리 수신디렉토리 SFTP여부 diff --git a/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp b/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp index 187304e..d5df565 100644 --- a/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp +++ b/WebContent/jsp/onl/admin/httpouttlsinfo/httpOutTlsInfoManDetail.jsp @@ -315,7 +315,7 @@ Keystore 비밀번호 *
- + @@ -338,7 +338,7 @@ Truststore 비밀번호
- + diff --git a/build.gradle b/build.gradle index 28da3ea..4774407 100644 --- a/build.gradle +++ b/build.gradle @@ -64,6 +64,8 @@ war { // rootSpec.exclude '**/persistence.xml' exclude '**/context.xml' + exclude '**/context-*.xml' + exclude '**/context_*.xml' archiveFileName = "eapim-admin.war" duplicatesStrategy = DuplicatesStrategy.WARN } @@ -261,4 +263,10 @@ eclipse { buildCommand 'org.eclipse.buildship.core.gradleprojectbuilder' } } +} + +tasks.withType(JavaCompile) { + options.fork = true // 컴파일을 별도 프로세스로 분리 + options.forkOptions.memoryMaximumSize = '4g' // 컴파일러에 2GB 할당 (필요시 4g로 증량) + options.encoding = 'UTF-8' } \ No newline at end of file