first commit
This commit is contained in:
12
comm/Log/config/spring/applicationContext-log.xml
Executable file
12
comm/Log/config/spring/applicationContext-log.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd">
|
||||
<beans>
|
||||
|
||||
<bean id="moneyLogService" class="project.log.internal.MoneyLogServiceImpl">
|
||||
<property name="hibernateTemplate" ref="hibernateTemplate" />
|
||||
<property name="pagedDao" ref="pagedDao" />
|
||||
</bean>
|
||||
|
||||
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user