From f35f5fe7cd51ec5cff5efb8e1a5ce40e7bf7a6ba Mon Sep 17 00:00:00 2001 From: monkeyk7 Date: Thu, 19 Apr 2018 23:46:31 +0800 Subject: [PATCH] Update readme --- README.md | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index b432a11..fed35b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ #spring-oauth-server -java config版本 (developing) -注意: config版本处于开发中... +java config版本 -Spring与Oauth2的整合示例 +Spring与OAuth2的整合示例 项目用Maven管理
@@ -17,18 +16,18 @@ Base on Spring-Boot
-MySQL版本请访问Branch: master +MySQL版本请访问Branch: master
-MongoDB版本请访问Branch: mongodb +MongoDB版本请访问Branch: mongodb

- Oauth客户端项目请访问 spring-oauth-client + Oauth客户端项目请访问 spring-oauth-client

在线测试访问地址 https://andaily.com/spring-oauth-server/

- Shiro与OLTU整合的Oauth2项目 http://git.oschina.net/mkk/oauth2-shiro + Shiro与OLTU整合的OAuth2项目 https://gitee.com/mkk/oauth2-shiro (相比spring-oauth-server, 该项目入门门槛相对较低, 代码更加透明, 理解更容易,可扩展性更强, 且模块化开发)


@@ -40,7 +39,7 @@ Base on Spring-Boot 项目是Maven管理的, 需要本地安装maven(开发用的maven版本号为3.1.0), 还有MySql(开发用的mysql版本号为5.6)
  • -下载(或clone)项目到本地 +下载(或clone)项目到本地
  • 创建MySQL数据库(如数据库名oauth2), 并运行相应的SQL脚本(脚本文件位于others/database目录), @@ -48,7 +47,7 @@ Base on Spring-Boot 运行脚本的顺序: initial_db.ddl -> oauth.ddl -> initial_data.ddl
  • -修改spring-oauth-server.properties(位于src/main/resources目录)中的数据库连接信息(包括username, password等) +修改spring-oauth-server.properties(位于src/main/resources目录)中的数据库连接信息(包括username, password等)
  • 将本地项目导入到IDE(如Intellij IDEA)中,配置Tomcat(或类似的servlet运行服务器), 并启动Tomcat(默认端口为8080); @@ -59,7 +58,7 @@ Base on Spring-Boot 将war放在Tomcat中并启动(注意: 这种方式需要将spring-oauth-server.properties加入到classpath中并正确配置数据库连接信息).
  • -参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server). +参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server).
  • @@ -89,8 +88,8 @@ Base on Spring-Boot
  • - 如果在使用过程中遇到特殊的问题(如:如何将oauth_code存入数据库),请访问项目的 Wiki - 与 附件. + 如果在使用过程中遇到特殊的问题(如:如何将oauth_code存入数据库),请访问项目的 Wiki + 与 附件.
    我会把大家反馈的问题解决办法添加在这里.
    @@ -101,7 +100,7 @@ Base on Spring-Boot

  • - 如果在使用项目的过程中发现任何的BUG或者更好的提议, 建议将其提交到项目的 Issues 中, + 如果在使用项目的过程中发现任何的BUG或者更好的提议, 建议将其提交到项目的 Issues 中, 我会一直关注并不断改进项目.

  • @@ -148,7 +147,7 @@ Base on Spring-Boot

    从 0.3版本开始将项目的所有计划的开发内容列出来, 方便大家跟进, 也欢迎你加入.
    -项目的开发管理使用开源项目 andaily-developer. +项目的开发管理使用开源项目 andaily-developer.