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,13 +61,13 @@ | ||
61 | <bean id="dateFormatUtils" class="com.diligrp.website.util.format.DateFormatUtils" /> | 61 | <bean id="dateFormatUtils" class="com.diligrp.website.util.format.DateFormatUtils" /> |
62 | <bean id="moneyUtils" class="com.diligrp.website.util.format.MoneyUtils" /> | 62 | <bean id="moneyUtils" class="com.diligrp.website.util.format.MoneyUtils" /> |
63 | <bean id="velocityTools" class="java.util.HashMap"> | 63 | <bean id="velocityTools" class="java.util.HashMap"> |
64 | - <!--<constructor-arg> | 64 | + <constructor-arg> |
65 | <map> | 65 | <map> |
66 | <entry key="moneyUtils" value-ref="moneyUtils" /> | 66 | <entry key="moneyUtils" value-ref="moneyUtils" /> |
67 | <entry key="webUtils" value-ref="webUtils" /> | 67 | <entry key="webUtils" value-ref="webUtils" /> |
68 | <entry key="dateFormatUtils" value-ref="dateFormatUtils" /> | 68 | <entry key="dateFormatUtils" value-ref="dateFormatUtils" /> |
69 | </map> | 69 | </map> |
70 | - </constructor-arg>--> | 70 | + </constructor-arg> |
71 | </bean> | 71 | </bean> |
72 | 72 | ||
73 | </beans> | 73 | </beans> |