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