Authored by jack

回滚误操作

... ... @@ -58,8 +58,8 @@
<mvc:resources location="/script/" mapping="/script/**"/>
<mvc:resources location="/sql_format/" mapping="/sql_format/**"/>
<!-- <mvc:interceptors>
&lt;!&ndash; 登录验证 &ndash;&gt;
<mvc:interceptors>
<!-- 登录验证 -->
<mvc:interceptor>
<mvc:mapping path="/**"/>
<mvc:exclude-mapping path="/hystrix/**"/>
... ... @@ -73,6 +73,6 @@
<bean class="com.ui.interceptor.AuthInterceptor"/>
</mvc:interceptor>
</mvc:interceptors>-->
</mvc:interceptors>
</beans>
\ No newline at end of file
... ...
monitor.service.url=http://127.0.0.1:8888/
\ No newline at end of file
monitor.service.url=http://127.0.0.1:8880/monitor
\ No newline at end of file
... ...