Commit 5c3670633f60d2dea25a40dc91fc72e98c187f13
1 parent
c873388d
初始化工程
Showing
1 changed file
with
2 additions
and
2 deletions
mobsite-man-web/src/main/resources/spring-web.xml
... | ... | @@ -61,13 +61,13 @@ |
61 | 61 | <bean id="dateFormatUtils" class="com.diligrp.website.util.format.DateFormatUtils" /> |
62 | 62 | <bean id="moneyUtils" class="com.diligrp.website.util.format.MoneyUtils" /> |
63 | 63 | <bean id="velocityTools" class="java.util.HashMap"> |
64 | - <!--<constructor-arg> | |
64 | + <constructor-arg> | |
65 | 65 | <map> |
66 | 66 | <entry key="moneyUtils" value-ref="moneyUtils" /> |
67 | 67 | <entry key="webUtils" value-ref="webUtils" /> |
68 | 68 | <entry key="dateFormatUtils" value-ref="dateFormatUtils" /> |
69 | 69 | </map> |
70 | - </constructor-arg>--> | |
70 | + </constructor-arg> | |
71 | 71 | </bean> |
72 | 72 | |
73 | 73 | </beans> | ... | ... |