db_check 로직 개선
This commit is contained in:
@@ -60,6 +60,8 @@ public class PortalDatasourceConfiguration extends BaseDatasourceConfiguration {
|
||||
public DataSource portalDataSource(EmsDatasourceProperty emsProp) {
|
||||
DataSource dataSource = null;
|
||||
|
||||
log.debug("Portal datasource initialize.");
|
||||
|
||||
// JNDI 이용
|
||||
if (StringUtils.isNotEmpty(emsProp.getJndiName())) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user