From 2e71e5adece10d7f17e631aed4c7026399f9b397 Mon Sep 17 00:00:00 2001 From: "li.shengzhao" Date: Fri, 18 Apr 2014 13:18:11 +0800 Subject: [PATCH] update content --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47acf0d..0ccfc73 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@
  • 创建MySQL数据库(如数据库名oauth2), 并运行相应的SQL脚本(脚本文件位于others/database目录), +
    运行脚本的顺序: initial_db.ddl -> oauth.ddl -> initial_data.ddl
  • @@ -38,7 +39,7 @@ 将war放在Tomcat中并启动(注意: 这种方式需要将spring-oauth-server.properties加入到classpath中并正确配置数据库连接信息).
  • -6.参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server). +参考oauth_test.txt(位于others目录)的内容并测试之(也可在浏览器中访问相应的地址,如: http://localhost:8080/spring-oauth-server).