File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515
1616#### Eclipse for JavaEE
1717
18- 1)打开<br / >
18+ < h5 > 1)打开</ h5 >
1919File > Import > Maven > Existing Maven Projects > Next > Browse <br />
2020\> 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Eclipse <br />
2121\> 勾选 APIJSONDemo 和 APIJSONLibrary > Finish
2222
23- 2)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)<br / >
23+ < h5 > 2)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</ h5 >
2424打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。
2525
26- 3)运行<br / >
26+ < h5 > 3)运行</ h5 >
2727Run > Run As > Java Application > 选择APIJSONApplication > OK
2828
2929
3030#### IntellIJ IDEA Ultimate
3131
32- 1)打开<br / >
32+ < h5 > 1)打开</ h5 >
3333Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Idea/APIJSONDemo > OK
3434
3535如果有错误,一般是Idea没有给Module分配JDK, <br />
@@ -40,14 +40,14 @@ New... > JDK > 选择JDK的安装路径 > Open <br />
4040最后在底部 <br />
4141Apply 或 OK <br />
4242
43- 2)Demo依赖Library<br / >
43+ < h5 > 2)Demo依赖Library</ h5 >
4444右键APIJSONDemo > Open Module Settings > Modules > apijsondemo > Dependencies <br />
4545\> 左下方 + > Module Dependency > 选择apijsonlibrary > OK > OK
4646
47- 3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)<br / >
47+ < h5 > 3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</ h5 >
4848打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。 <br />
4949
50- 4)运行<br / >
50+ < h5 > 4)运行</ h5 >
5151Run > Run APIJSONApplication <br />
5252
5353如果弹窗里只有Edit Configurations...这个选项,则点进去,然后 <br />
You can’t perform that action at this time.
0 commit comments