|
@ -76,19 +76,19 @@
|
|
|
</property>
|
|
|
</bean>
|
|
|
|
|
|
<!--<mvc:interceptors>-->
|
|
|
<!--<mvc:interceptor>-->
|
|
|
<!--<mvc:mapping path="/patient/**"/>-->
|
|
|
<!--<bean class="com.yihu.wlyy.interceptors.PatientInterceptor"/>-->
|
|
|
<!--</mvc:interceptor>-->
|
|
|
<!--<mvc:interceptor>-->
|
|
|
<!--<mvc:mapping path="/doctor/**"/>-->
|
|
|
<!--<bean class="com.yihu.wlyy.interceptors.DoctorInterceptor"/>-->
|
|
|
<!--</mvc:interceptor>-->
|
|
|
<!--<mvc:interceptor>-->
|
|
|
<!--<mvc:mapping path="/user/**"/>-->
|
|
|
<!--<bean class="com.yihu.wlyy.interceptors.UserInterceptor"/>-->
|
|
|
<!--</mvc:interceptor>-->
|
|
|
<!--</mvc:interceptors>-->
|
|
|
<mvc:interceptors>
|
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/patient/**"/>
|
|
|
<bean class="com.yihu.wlyy.interceptors.PatientInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/doctor/**"/>
|
|
|
<bean class="com.yihu.wlyy.interceptors.DoctorInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
<mvc:interceptor>
|
|
|
<mvc:mapping path="/user/**"/>
|
|
|
<bean class="com.yihu.wlyy.interceptors.UserInterceptor"/>
|
|
|
</mvc:interceptor>
|
|
|
</mvc:interceptors>
|
|
|
|
|
|
</beans>
|