Update link gitee.com

pull/1/MERGE
monkeyk7 2018-04-04 10:08:34 +08:00
parent 2e9b8de410
commit d0f0e22dc2
7 changed files with 10 additions and 10 deletions

View File

@ -641,7 +641,7 @@
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2016
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>
</div> </div>
</div> </div>

View File

@ -641,7 +641,7 @@
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2016
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>
</div> </div>
</div> </div>

View File

@ -10,7 +10,7 @@
<h2>spring-oauth-server 数据库表说明</h2> <h2>spring-oauth-server 数据库表说明</h2>
<p>以下对<a target="_blank" <p>以下对<a target="_blank"
href="http://git.oschina.net/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中的<code>oauth.ddl</code>文件(位于/others/database目录)中的表字及段进行说明, href="https://gitee.com/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中的<code>oauth.ddl</code>文件(位于/others/database目录)中的表字及段进行说明,
内容包括字段说明与使用场合</p> 内容包括字段说明与使用场合</p>
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover">
<thead> <thead>
@ -94,7 +94,7 @@
在实际应用中, <em>web_server_redirect_uri</em>在注册时是必须填写的, 一般用来处理服务器返回的<code>code</code>, 在实际应用中, <em>web_server_redirect_uri</em>在注册时是必须填写的, 一般用来处理服务器返回的<code>code</code>,
验证<code>state</code>是否合法与通过<code>code</code>去换取<code>access_token</code>值. 验证<code>state</code>是否合法与通过<code>code</code>去换取<code>access_token</code>值.
<br/> <br/>
<a href="http://git.oschina.net/mkk/spring-oauth-client">spring-oauth-client</a>项目中, <a href="https://gitee.com/mkk/spring-oauth-client">spring-oauth-client</a>项目中,
可具体参考<code>AuthorizationCodeController.java</code>中的<code>authorizationCodeCallback</code>方法. 可具体参考<code>AuthorizationCodeController.java</code>中的<code>authorizationCodeCallback</code>方法.
</li> </li>
<li> <li>
@ -121,7 +121,7 @@
<br/> <br/>
<p class="help-block">(请在<a <p class="help-block">(请在<a
href="http://git.oschina.net/mkk/spring-oauth-client">spring-oauth-client</a>项目中来测试不同grant_type时authorities的变化) href="https://gitee.com/mkk/spring-oauth-client">spring-oauth-client</a>项目中来测试不同grant_type时authorities的变化)
</p> </p>
</td> </td>
</tr> </tr>
@ -246,7 +246,7 @@
<td colspan="2"> <td colspan="2">
<p class="text-info"> <p class="text-info">
<em class="glyphicon glyphicon-info-sign"></em> 该表用于在客户端系统中存储从服务端获取的token数据, <em class="glyphicon glyphicon-info-sign"></em> 该表用于在客户端系统中存储从服务端获取的token数据,
<a href="http://git.oschina.net/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中未使用到. <a href="https://gitee.com/shengzhao/spring-oauth-server">spring-oauth-server</a>项目中未使用到.
<br/> <br/>
<code>oauth_client_token</code>表的主要操作在<code>JdbcClientTokenServices.java</code>类中, 更多的细节请参考该类. <code>oauth_client_token</code>表的主要操作在<code>JdbcClientTokenServices.java</code>类中, 更多的细节请参考该类.
</p> </p>

View File

@ -21,7 +21,7 @@
<p> <p>
针对不同的<code>grant_type</code>提供不同的测试URL, 针对不同的<code>grant_type</code>提供不同的测试URL,
完整的Oauth测试请访问<a href="http://git.oschina.net/mkk/spring-oauth-client" target="_blank">spring-oauth-client</a>项目. 完整的Oauth测试请访问<a href="https://gitee.com/mkk/spring-oauth-client" target="_blank">spring-oauth-client</a>项目.
</p> </p>
<div ng-controller="TestClientCtrl"> <div ng-controller="TestClientCtrl">

View File

@ -50,7 +50,7 @@
<li> <li>
<p> <p>
在项目的 others目录里有 <a 在项目的 others目录里有 <a
href="http://git.oschina.net/shengzhao/spring-oauth-server/blob/master/others/oauth_test.txt" href="https://gitee.com/shengzhao/spring-oauth-server/blob/master/others/oauth_test.txt"
target="_blank">oauth_test.txt</a>文件, 里面有测试的URL地址(包括浏览器与客户端的),<br/> target="_blank">oauth_test.txt</a>文件, 里面有测试的URL地址(包括浏览器与客户端的),<br/>
若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限). 若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限).
</p> </p>

View File

@ -642,7 +642,7 @@
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2016
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>
</div> </div>
</div> </div>

View File

@ -642,7 +642,7 @@
<p class="text-center text-muted"> <p class="text-center text-muted">
&copy; 2013 - 2016 &copy; 2013 - 2016
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a <a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a> href="https://gitee.com/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
</p> </p>
</div> </div>
</div> </div>