File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ File > Import > Maven > Existing Maven Projects > Next > Browse <br />
2727 右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
2828
2929<h5 >2)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5 >
30- 打开 zuo.biao. apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。
30+ 打开 apijson.demo. server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。< br />
3131
3232<h5 >3)运行</h5 >
3333Run > Run As > Java Application > 选择APIJSONApplication > OK
@@ -51,7 +51,7 @@ Apply 或 OK <br />
5151 > 左下方 + > Module Dependency > 选择apijsonlibrary > OK > OK
5252
5353<h5 >3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5 >
54- 打开 zuo.biao. apijson.server.sql.SQLConfig 类,编辑 MYSQL_URI,MYSQL_SCHEMA,MYSQL_ACCOUNT,MYSQL_PASSWORD 为你自己数据库的配置。 <br />
54+ 打开 apijson.demo. server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。 <br />
5555
5656<h5 >4)运行</h5 >
5757Run > Run APIJSONApplication <br />
You can’t perform that action at this time.
0 commit comments