删除sso
This commit is contained in:
parent
721c684c8f
commit
45cf24495f
|
@ -31,12 +31,6 @@
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>jstl</artifactId>
|
<artifactId>jstl</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- zheng-upms-client -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.zheng</groupId>
|
|
||||||
<artifactId>zheng-upms-client</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -51,22 +51,4 @@
|
||||||
<servlet-name>springMVC</servlet-name>
|
<servlet-name>springMVC</servlet-name>
|
||||||
<url-pattern>/</url-pattern>
|
<url-pattern>/</url-pattern>
|
||||||
</servlet-mapping>
|
</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>
|
</web-app>
|
Loading…
Reference in New Issue