first commit
This commit is contained in:
8
dapp/bin/config/spring/applicationContext-hibernate.xml
Executable file
8
dapp/bin/config/spring/applicationContext-hibernate.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
|
||||
admin
|
||||
|
||||
<!-- recharge -->
|
||||
<value>adminRechargeOrderService</value>
|
||||
|
||||
api
|
||||
<!-- recharge -->
|
||||
16
dapp/bin/config/spring/applicationContext-recharge.xml
Executable file
16
dapp/bin/config/spring/applicationContext-recharge.xml
Executable file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://code.alibabatech.com/schema/dubbo
|
||||
http://code.alibabatech.com/schema/dubbo/dubbo.xsd ">
|
||||
|
||||
<bean id="rechargeChannelFactory"
|
||||
class="project.recharge.RechargeChannelFactory">
|
||||
<property name="sysparaService" ref="sysparaService" />
|
||||
</bean>
|
||||
|
||||
|
||||
</beans>
|
||||
14
dapp/bin/config/spring/applicationContext-recharge_admin.xml
Executable file
14
dapp/bin/config/spring/applicationContext-recharge_admin.xml
Executable file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dubbo="http://code.alibabatech.com/schema/dubbo"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://code.alibabatech.com/schema/dubbo
|
||||
http://code.alibabatech.com/schema/dubbo/dubbo.xsd ">
|
||||
|
||||
<bean id="adminRechargeOrderService" class="project.recharge.internal.AdminRechargeOrderServiceImpl">
|
||||
<property name="pagedQueryDao" ref="pagedDao" />
|
||||
<property name="userRecomService" ref="userRecomService" />
|
||||
</bean>
|
||||
|
||||
</beans>
|
||||
5
dapp/bin/config/spring/normal.xml
Executable file
5
dapp/bin/config/spring/normal.xml
Executable file
@@ -0,0 +1,5 @@
|
||||
admin
|
||||
<action name="adminRechargeOrderAction"
|
||||
class="project.recharge.web.AdminRechargeOrderAction">
|
||||
<result name="list">/recharge_list.jsp</result>
|
||||
</action>
|
||||
Reference in New Issue
Block a user