Skip to content

Commit 7240b16

Browse files
authored
新增 APIJSONFinal 的使用说明,只有运行有区别,其它与 APIJSONBoot 基本一致
1 parent 4cec2ab commit 7240b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

APIJSON-Java-Server/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Open > 选择刚才解压路径下的 APIJSON-Demo-Master/APIJSON-Java-Server
6161
打开 DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
6262

6363
<h5>4)运行项目</h5>
64-
APIJSONDemo/APIJSONBoot: 右键 DemoApplication > Run DemoApplication.main
64+
APIJSONDemo/APIJSONBoot: 右键 DemoApplication > Run DemoApplication.main <br />
6565
APIJSONFinal: 右键 DemoAppConfig > Run DemoAppConfig.main
6666

6767
<h4>运行后会出现 APIJSON 的测试日志,最后显示 "APIJSON 已启动" ,说明已启动完成。</h4>
@@ -90,7 +90,7 @@ APIJSONFinal: 右键 DemoAppConfig > Run DemoAppConfig.main
9090
打开 DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
9191

9292
<h5>4)运行项目</h5>
93-
APIJSONDemo/APIJSONBoot: 右键 DemoApplication > Run As > Java Application
93+
APIJSONDemo/APIJSONBoot: 右键 DemoApplication > Run As > Java Application <br />
9494
APIJSONFinal: 右键 DemoAppConfig > Run As > Java Application
9595

9696
<br />

0 commit comments

Comments
 (0)