File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 16
16
#### Eclipse for JavaEE
17
17
18
18
<h5 >1)打开</h5 >
19
- File > Import > Maven > Existing Maven Projects > Next > Browse <br />
19
+ 顶部菜单File > Import > Maven > Existing Maven Projects > Next > Browse <br />
20
20
> 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSONDemo <br />
21
21
> 勾选 /pom.xml ... apijson-demo > Finish
22
22
@@ -27,7 +27,7 @@ File > Import > Maven > Existing Maven Projects > Next > Browse <br />
27
27
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
28
28
29
29
<h5 >4)运行</h5 >
30
- Run > Run As > Java Application > 选择APIJSONApplication > OK
30
+ 顶部菜单Run > Run As > Java Application > 选择APIJSONApplication > OK
31
31
32
32
33
33
#### IntellIJ IDEA Ultimate
@@ -42,10 +42,8 @@ Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSOND
42
42
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
43
43
44
44
<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 />
49
47
\> Use class path of module 选apijson-demo <br />
50
48
\> 最后在底部 Run <br />
51
49
You can’t perform that action at this time.
0 commit comments