Skip to content

Commit 6cff232

Browse files
authored
Update README.md
1 parent a03b4bb commit 6cff232

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

APIJSON-Java-Server/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#### Eclipse for JavaEE
1717

1818
<h5>1)打开</h5>
19-
File > Import > Maven > Existing Maven Projects > Next > Browse <br />
19+
顶部菜单File > Import > Maven > Existing Maven Projects > Next > Browse <br />
2020
> 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSONDemo <br />
2121
> 勾选 /pom.xml ... apijson-demo > Finish
2222
@@ -27,7 +27,7 @@ File > Import > Maven > Existing Maven Projects > Next > Browse <br />
2727
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
2828

2929
<h5>4)运行</h5>
30-
Run > Run As > Java Application > 选择APIJSONApplication > OK
30+
顶部菜单Run > Run As > Java Application > 选择APIJSONApplication > OK
3131

3232

3333
#### IntellIJ IDEA Ultimate
@@ -42,10 +42,8 @@ Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSOND
4242
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
4343

4444
<h5>4)运行</h5>
45-
Run > Run APIJSONApplication <br />
46-
47-
如果弹窗里只有Edit Configurations...这个选项,则点进去,然后 <br />
48-
\+ > Application > Main class 选apijson.demo.server.APIJSONApplication <br />
45+
顶部菜单Run > Run > Edit Configurations > + > Application <br />
46+
\> Main class 选apijson.demo.server.APIJSONApplication <br />
4947
\> Use class path of module 选apijson-demo <br />
5048
\> 最后在底部 Run <br />
5149

0 commit comments

Comments
 (0)