From ebadb080bc6b5a5b9c859903b8ef78fd52d56b4d Mon Sep 17 00:00:00 2001 From: "li.shengzhao" Date: Wed, 15 Oct 2014 14:32:00 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44bef17..2266dbb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 项目是Maven管理的, 需要本地安装maven(开发用的maven版本号为3.1.0), 还有MySql(开发用的mysql版本号为5.5)
  • -下载(或clone)项目到本地 +下载(或clone)项目到本地
  • 创建MySQL数据库(如数据库名oauth2), 并运行相应的SQL脚本(脚本文件位于others/database目录), @@ -30,7 +30,7 @@ 运行脚本的顺序: initial_db.ddl -> oauth.ddl -> initial_data.ddl
  • -修改spring-oauth-server.properties(位于src/resources目录)中的数据库连接信息(包括username, password等) +修改spring-oauth-server.properties(位于src/resources目录)中的数据库连接信息(包括username, password等)
  • 将本地项目导入到IDE(如Intellij IDEA)中,配置Tomcat(或类似的servelt运行服务器), 并启动Tomcat(默认端口为8080) @@ -39,7 +39,7 @@ 将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).