Skip to content

Commit 2409c5f

Browse files
authored
Update README.md
1 parent cbde4b4 commit 2409c5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

APIJSON-Java-Server/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ File > Import > Maven > Existing Maven Projects > Next > Browse <br />
2222
<br /><br />
2323
如果apijson-library有错误,一般是JDK版本过低,可以:<br />
2424
右键apijson-library > Properties > Java Compiler > 取消选择Use compliance from ... > Complier compliance level选1.7以上的 > OK
25-
<br /><br />
26-
如果apijson-demo有错误,一般是没有依赖apijson-library,可以:<br />
27-
右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
2825
29-
<h5>2)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
26+
<h5>2)Demo依赖Library</h5>
27+
右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
28+
29+
<h5>3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
3030
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
3131

32-
<h5>3)运行</h5>
32+
<h5>4)运行</h5>
3333
Run > Run As > Java Application > 选择APIJSONApplication > OK
3434

3535

0 commit comments

Comments
 (0)