From 1f77e80ecb4ccaca5365b64ffc20882683e0fffe Mon Sep 17 00:00:00 2001 From: "shengzhaoli.shengz" Date: Mon, 16 Oct 2023 23:38:58 +0800 Subject: [PATCH] Use oauth2.1-flow.md replace oauth_test.txt --- README.md | 2 +- others/how_to_use.txt | 2 +- src/main/resources/templates/index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3df9fd..e686d14 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Base on SpringBoot 若使用java -jar spring-oauth-server.jar启动, 建议使用参数spring.config.location指定配置文件, 如:java -jar spring-oauth-server.jar --spring.config.location=xxx.properties -6. 参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作). +6. 参考oauth2.1-flow.md(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/ 在界面上操作).
diff --git a/others/how_to_use.txt b/others/how_to_use.txt index ecbd0d3..d533abc 100644 --- a/others/how_to_use.txt +++ b/others/how_to_use.txt @@ -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 diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index f390010..6cb83ea 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -48,8 +48,8 @@
  • 在项目的 others目录里有 oauth_test.txt文件, 里面有测试的URL地址(包括浏览器与客户端的),
    + href="https://gitee.com/shengzhao/spring-oauth-server/blob/config/others/oauth2.1-flow.md" + target="_blank">oauth2.1-flow.md文件, 里面有测试的URL地址(包括浏览器与客户端的),
    若想访问 Unity 与 Mobile, 则先用基于浏览器的测试URL 访问,等验证通过后即可访问(注意不同的账号对应的权限).