提交 45cf2449 编写于 作者: shuzheng5201314's avatar shuzheng5201314

删除sso

上级 721c684c
......@@ -31,12 +31,6 @@
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<!-- zheng-upms-client -->
<dependency>
<groupId>com.zheng</groupId>
<artifactId>zheng-upms-client</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<profiles>
......
......@@ -51,22 +51,4 @@
<servlet-name>springMVC</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
<!-- zhang-upms-client -->
<filter>
<filter-name>zheng-upms-client</filter-name>
<filter-class>com.zheng.upms.client.filter.SSOFilter</filter-class>
<init-param>
<param-name>system_name</param-name>
<param-value>zheng-cms-admin</param-value>
</init-param>
<init-param>
<param-name>sso_server_url</param-name>
<param-value>http://upms.zhangshuzheng.cn:1111</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>zheng-upms-client</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
</web-app>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册