File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ Run > Run As > Java Application > 选择APIJSONApplication > OK
30301)打开<br />
3131Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSON-Idea > OK
3232
33- 2)配置(已有默认配置,可跳过)<br />
34- 打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。 <br />
35-
3633如果有错误,一般是Idea没有给Module分配JDK, <br />
3734在Project Structure最下方的Problems会有project SDK is not defined报错。 <br /><br />
3835File > Project Structure > Project > Project SDK 选已安装的JDK <br />
@@ -41,7 +38,14 @@ New... > JDK > 选择JDK的安装路径 > Open <br />
4138最后在底部 <br />
4239Apply 或 OK <br />
4340
44- 3)运行<br />
41+ 2)Demo依赖Library
42+ 右键APIJSONDemo > Open Module Settings > Modules > apijsondemo > Dependencies
43+ > 左下方 + > Module Dependency > apijsonlibrary > OK > OK
44+
45+ 3)配置(已有默认配置,可跳过)<br />
46+ 打开 zuo.biao.apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。 <br />
47+
48+ 4)运行<br />
4549Run > Run APIJSONApplication <br />
4650
4751如果弹窗里只有Edit Configurations...这个选项,则点进去,然后 <br />
You can’t perform that action at this time.
0 commit comments