|
@ -77,6 +77,14 @@
|
|
|
</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"/>
|