File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,23 @@ Clone or download > Download ZIP > 解压到一个路径并记住这个路
2727Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Idea > OK
2828
29292)配置(已有默认配置,可跳过)<br />
30- 打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。
30+ 打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。 <br />
31+
32+ 如果有错误,一般是Idea没有给Module分配JDK, <br />
33+ 在Project Structure最下方的Problems会有project SDK is not defined报错。 <br /><br />
34+ File > Project Structure > Project > Project SDK 选已安装的JDK <br />
35+ 如果没有,则继续 <br />
36+ New... > JDK > 选择JDK的安装路径 > Open <br />
37+ 最后在底部 <br />
38+ Apply 或 OK <br />
3139
32403)运行<br />
33- Run > Run APIJSONApplication
41+ Run > Run APIJSONApplication <br />
42+
43+ 如果弹窗里只有Edit Configurations...这个选项,则点进去,然后 <br />
44+ \+ > Application > Main class 选apijson.demo.server.APIJSONApplication <br />
45+ 最后在底部 <br />
46+ Apply 或 Run <br />
3447
3548
3649#### Eclipse for JavaEE
You can’t perform that action at this time.
0 commit comments