Skip to content

Commit 3b35b2c

Browse files
authored
Update README.md
1 parent b386627 commit 3b35b2c

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

APIJSON-Java-Server/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,23 @@ Clone or download > Download ZIP > 解压到一个路径并记住这个路
2727
Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Idea > OK
2828

2929
2)配置(已有默认配置,可跳过)<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

3240
3)运行<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

0 commit comments

Comments
 (0)