dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增资金账户以及与交易账户的互转
peternameyakj
2024-07-30
f23b33bbb9eaff76cac5b69e3b793fc7910fb0fa
[xinbi-new.git]
/
src
/
main
/
resources
/
spring
/
applicationContext-log.xml
1
2
3
4
5
<?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"/>
</beans>