Skip to content

Commit 30c7d4a

Browse files
authored
Update README.md
1 parent 6728edc commit 30c7d4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

APIJSON-Java-Server/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ https://github.com/TommyLemon/StaticResources/tree/master/APIJSONServer
2727
> 勾选 /pom.xml ... apijson-demo > Finish
2828
2929
<h5>2)Demo依赖Library</h5>
30-
右键libs里面的 apijson-orm.jar > Build Path > Add to Build Path
30+
右键libs里面的 apijson-orm.jar > Build Path > Add to Build Path <br />
31+
同样按照以上步骤来依赖 postgresql.jar
3132

3233
<h5>3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
3334
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
@@ -42,7 +43,8 @@ https://github.com/TommyLemon/StaticResources/tree/master/APIJSONServer
4243
Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSONBoot > OK
4344

4445
<h5>2)Demo依赖Library</h5>
45-
右键libs里面的 apijson-orm.jar > Add as Library > OK
46+
右键libs里面的 apijson-orm.jar > Add as Library > OK <br />
47+
同样按照以上步骤来依赖 postgresql.jar
4648

4749
<h5>3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
4850
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />

0 commit comments

Comments
 (0)