10 lines
402 B
XML
Raw Normal View History

2025-03-19 10:28:25 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans-4.3.xsd">
<bean name="ESBService" class="com.cim.idm.mwmsextend.generic.esb.ESBService" init-method="init" />
</beans>