ems 와 스키마 property 일치화

This commit is contained in:
Rinjae
2025-09-30 15:37:23 +09:00
parent a095ee7819
commit aae49583dd
@@ -60,7 +60,9 @@ public class PortalConfigPortalDatasource {
throw new IllegalArgumentException("'ems.datasource.schema' is not configured.");
}
System.setProperty("ems.schema", emsDatasourceProperties.getSchema());
// EMS 파라미터와 호환되도록 프로퍼티 명칭 설정
System.setProperty("eai.tableowner", emsDatasourceProperties.getSchema());
}
@Primary