mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Update cas.md
This commit is contained in:
parent
f1f4ed86b3
commit
99b22c880a
@ -11,7 +11,9 @@
|
|||||||
<h2>CAS客户端配置</h2>
|
<h2>CAS客户端配置</h2>
|
||||||
|
|
||||||
本文使用JAVA WEB程序为例
|
本文使用JAVA WEB程序为例
|
||||||
|
|
||||||
jar包依赖如下
|
jar包依赖如下
|
||||||
|
|
||||||
cas-client-core-3.2.1.jar
|
cas-client-core-3.2.1.jar
|
||||||
|
|
||||||
commons-codec-1.4.jar
|
commons-codec-1.4.jar
|
||||||
@ -20,6 +22,7 @@ commons-logging-1.1.1.jar
|
|||||||
|
|
||||||
slf4j-api-1.5.11.jar
|
slf4j-api-1.5.11.jar
|
||||||
|
|
||||||
|
web.xml配置
|
||||||
|
|
||||||
<pre><code class="xml hljs">
|
<pre><code class="xml hljs">
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@ -102,6 +105,7 @@ slf4j-api-1.5.11.jar
|
|||||||
</web-app>
|
</web-app>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
JSP实现Code
|
||||||
|
|
||||||
<pre><code class="jsp hljs">
|
<pre><code class="jsp hljs">
|
||||||
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user