Skip to content

Commit 7f0a38a

Browse files
authored
Update README.md
1 parent 1ac375f commit 7f0a38a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

APIJSON-Java-Server/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<h5>1)打开</h5>
1919
File > Import > Maven > Existing Maven Projects > Next > Browse <br />
20-
> 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Eclipse <br />
21-
> 勾选 APIJSONDemo 和 APIJSONLibrary > Finish
20+
> 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Eclipse <br />
21+
> 勾选 APIJSONDemo 和 APIJSONLibrary > Finish
2222
<br /><br />
23-
如果apijson-library有错误,一般是JDK版本过低,可以:<br />
24-
右键apijson-library > Properties > Java Compiler > 取消选择Use compliance from ... > Complier compliance level选1.7以上的 > OK
23+
如果apijson-library有错误,一般是JDK版本过低,可以:<br />
24+
右键apijson-library > Properties > Java Compiler > 取消选择Use compliance from ... > Complier compliance level选1.7以上的 > OK
2525
2626
<h5>2)Demo依赖Library</h5>
2727
右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
@@ -48,7 +48,7 @@ Apply 或 OK <br />
4848

4949
<h5>2)Demo依赖Library</h5>
5050
右键APIJSONDemo > Open Module Settings > Modules > apijsondemo > Dependencies <br />
51-
> 左下方 + > Module Dependency > 选择apijsonlibrary > OK > OK
51+
> 左下方 + > Module Dependency > 选择apijsonlibrary > OK > OK
5252
5353
<h5>3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
5454
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
@@ -57,9 +57,9 @@ Apply 或 OK <br />
5757
Run > Run APIJSONApplication <br />
5858

5959
如果弹窗里只有Edit Configurations...这个选项,则点进去,然后 <br />
60-
\+ > Application > Main class 选apijson.demo.server.APIJSONApplication <br />
61-
> Use class path of module 选apijson-demo <br />
62-
> 最后在底部 Run <br />
60+
\+ > Application > Main class 选apijson.demo.server.APIJSONApplication <br />
61+
> Use class path of module 选apijson-demo <br />
62+
> 最后在底部 Run <br />
6363
6464
<h4>运行后会出现 APIJSON的测试日志,最后显示 "APIJSON已启动" ,说明已启动完成。</h4>
6565

0 commit comments

Comments
 (0)