File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ File > Import > Maven > Existing Maven Projects > Next > Browse <br />
22
22
<br /> <br />
23
23
如果apijson-library有错误,一般是JDK版本过低,可以:<br />
24
24
右键apijson-library > Properties > Java Compiler > 取消选择Use compliance from ... > Complier compliance level选1.7以上的 > OK
25
- <br /> <br />
26
- 如果apijson-demo有错误,一般是没有依赖apijson-library,可以:<br />
27
- 右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
28
25
29
- <h5 >2)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5 >
26
+ <h5 >2)Demo依赖Library</h5 >
27
+ 右键apijson-demo > Properties > Java Build Path > Projects > Add > 选择apijson-library > OK > OK
28
+
29
+ <h5 >3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5 >
30
30
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
31
31
32
- <h5 >3 )运行</h5 >
32
+ <h5 >4 )运行</h5 >
33
33
Run > Run As > Java Application > 选择APIJSONApplication > OK
34
34
35
35
You can’t perform that action at this time.
0 commit comments