From 4eb92dca2bcd4dfbf7d5c19f9873298dc3b6b97a Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Tue, 19 May 2015 12:47:20 +0800 Subject: [PATCH] Add develop content 0.3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7dd1db..15d574e 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ 运行脚本的顺序: initial_db.ddl -> oauth.ddl -> initial_data.ddl
  • -修改spring-oauth-server.properties(位于src/resources目录)中的数据库连接信息(包括username, password等) +修改spring-oauth-server.properties(位于src/main/resources目录)中的数据库连接信息(包括username, password等)
  • -将本地项目导入到IDE(如Intellij IDEA)中,配置Tomcat(或类似的servelt运行服务器), 并启动Tomcat(默认端口为8080) +将本地项目导入到IDE(如Intellij IDEA)中,配置Tomcat(或类似的servlet运行服务器), 并启动Tomcat(默认端口为8080)
    另: 也可通过maven package命令将项目编译为war文件(spring-oauth-server.war), 将war放在Tomcat中并启动(注意: 这种方式需要将spring-oauth-server.properties加入到classpath中并正确配置数据库连接信息). @@ -161,7 +161,9 @@
  • #77 - User add Privilege domain. Addition initial two user: unityuser(ROLE_UNITY),mobileuser("ROLE_MOBILE). If default user, return all privilegs, otherwise return specify privilege(s)

  • +
  • #78 - Initial 'sprint-oauth-client' project(maven), add sub-modules

  • #91 - User log4j replace logback dependency

  • +
  • #92 - Add database table column description. (添加数据库表的字段说明)

  • #93 - 将默认的 oauth_code存入数据库(当前是存入内存)