Use oauth2.1-flow.md replace oauth_test.txt
parent
5bc9ad2403
commit
1f77e80ecb
|
@ -82,7 +82,7 @@ Base on SpringBoot
|
|||
若使用<code>java -jar spring-oauth-server.jar</code>启动, 建议使用参数<em>spring.config.location</em>指定配置文件,
|
||||
如:<code>java -jar spring-oauth-server.jar --spring.config.location=xxx.properties</code>
|
||||
|
||||
6. 参考<a href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth_test.txt">oauth_test.txt</a>(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作).
|
||||
6. 参考<a href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth2.1-flow.md">oauth2.1-flow.md</a>(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作).
|
||||
|
||||
|
||||
<div>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
5.将本地项目导入到IDE(如Intellij IDEA)中,直接运行 SpringOauthServerApplication.java (默认端口为8080)
|
||||
|
||||
6.参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080).
|
||||
6.参考oauth2.1-flow.md(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080).
|
||||
|
||||
7. 运行单元测试时请先创建数据库 oauth2_boot_test, 并依次运行SQL脚本.
|
||||
运行脚本的顺序: initial_db.ddl -> oauth.ddl
|
||||
|
|
|
@ -48,8 +48,8 @@
|
|||
<li>
|
||||
<p>
|
||||
在项目的 others目录里有 <a
|
||||
href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth_test.txt"
|
||||
target="_blank">oauth_test.txt</a>文件, 里面有测试的URL地址(包括浏览器与客户端的),<br/>
|
||||
href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth2.1-flow.md"
|
||||
target="_blank">oauth2.1-flow.md</a>文件, 里面有测试的URL地址(包括浏览器与客户端的),<br/>
|
||||
若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限).
|
||||
</p>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue