KJB 초기 기동을 위한 환경설정 수정(일괄포함)

This commit is contained in:
Yunsam.Eo
2025-09-19 09:11:09 +09:00
parent 5a1f236e4e
commit 7ae0928b97
15 changed files with 336 additions and 66 deletions
@@ -19,6 +19,7 @@
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
">
<bean class="com.eactive.eai.rms.common.spring.CustomBeanFactoryPostProcessor" />
<!-- Online Gateway -->
<bean
id="APIGW"
class="com.eactive.eai.rms.common.datasource.DataSourceType"
@@ -30,19 +31,18 @@
p:jndiName="jdbc/dsOBP_AGW"
p:render="ONL,COM"
/>
<!-- java:comp/env/ -->
<!-- <bean
id="BAP"
class="com.eactive.eai.rms.common.datasource.DataSourceType"
p:name="BAP"
p:text="BAP"
p:schema="ndapims"
p:dynamic="true"
p:online="true"
p:jndiName="NDAPIMS_APP_NXA"
p:render="BAP,COM"
/> -->
<!-- BAP 일괄전송FTP -->
<bean
id="BAP"
class="com.eactive.eai.rms.common.datasource.DataSourceType"
p:name="BAP"
p:text="BAP"
p:schema="BAPADM"
p:dynamic="true"
p:online="true"
p:jndiName="jdbc/dsOBP_BAP"
p:render="BAP,COM"
/>
<!-- RMS_DEFAULT -->
<bean
id="MONITORING"