ems 와 스키마 property 일치화
This commit is contained in:
@@ -60,7 +60,9 @@ public class PortalConfigPortalDatasource {
|
|||||||
throw new IllegalArgumentException("'ems.datasource.schema' is not configured.");
|
throw new IllegalArgumentException("'ems.datasource.schema' is not configured.");
|
||||||
}
|
}
|
||||||
|
|
||||||
System.setProperty("ems.schema", emsDatasourceProperties.getSchema());
|
|
||||||
|
// EMS 파라미터와 호환되도록 프로퍼티 명칭 설정
|
||||||
|
System.setProperty("eai.tableowner", emsDatasourceProperties.getSchema());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Primary
|
@Primary
|
||||||
|
|||||||
Reference in New Issue
Block a user