File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Deep Integrate Spring Security & Oauth2
2626 <li>MyBatis (3.2.1)</li>
2727 <li>spring-security-oauth2 (1.0.5.RELEASE)</li>
2828 <li>Log4j (1.2.14)</li>
29+ <li>MySql (5.0+)</li>
2930 </ul>
3031</div >
3132
@@ -36,7 +37,7 @@ Deep Integrate Spring Security & Oauth2
3637 <ol>
3738 <li><p>
3839 Download or clone the project source code to local computer,
39- the computer install development environment(JDK,Maven,Tomcat,IDE...)
40+ make sure the computer install JAVA development environment(JDK,Maven,Tomcat,IDE...)
4041 </p></li>
4142 <li><p>
4243 Create MySql(5.0+) Database: <em>oauth2</em>, run SQL script files(position: /others/database),
@@ -59,3 +60,16 @@ Deep Integrate Spring Security & Oauth2
5960 </p></li>
6061 </ol>
6162</div >
63+
64+ <hr />
65+
66+ <div >
67+ <h3>Database table,column explain</h3>
68+ <p>
69+ <em>db_table_description.html</em>(position: /others) is explain the SQL file <code>oauth.ddl</code> all tables, columns,
70+ tell how to use and where use.
71+ <br/>
72+ Online visit address
73+ <a href="http://andaily.com/spring-oauth-server/db_table_description.html">http://andaily.com/spring-oauth-server/db_table_description.html</a>(Chinese).
74+ </p>
75+ </div >
You can’t perform that action at this time.
0 commit comments