2021-07-15 16:11:18 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns:util="http://www.springframework.org/schema/util"
|
|
|
|
|
xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
|
xsi:schemaLocation="
|
|
|
|
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
|
|
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
|
|
|
|
|
|
2021-07-17 16:49:41 +08:00
|
|
|
<util:map id="serviceLogics">
|
2021-07-15 16:11:18 +08:00
|
|
|
|
|
|
|
|
<entry key="01" value-ref="RegisterLogic"/>
|
2021-07-17 16:49:41 +08:00
|
|
|
<entry key="03" value-ref="HBLogic"/>
|
|
|
|
|
<entry key="05" value-ref="RateModelValidateLogic"/>
|
2021-07-18 17:50:20 +08:00
|
|
|
<entry key="09" value-ref="RateModelRequestLogic"/>
|
2021-07-15 16:11:18 +08:00
|
|
|
</util:map>
|
|
|
|
|
</beans>
|