Skip to content

Commit f4d4c1a

Browse files
authored
Update README.md
1 parent df8f526 commit f4d4c1a

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
@@ -28,7 +28,8 @@ https://github.com/TommyLemon/StaticResources/tree/master/APIJSONServer
2828
2929
<h5>2)Demo依赖Library</h5>
3030
右键libs里面的 apijson-orm.jar > Build Path > Add to Build Path <br />
31-
同样按照以上步骤来依赖 postgresql.jar 等libs目录内的其它所有jar包
31+
同样按照以上步骤来依赖 postgresql.jar 等libs目录内的其它所有jar包。 <br />
32+
其中 apijson-orm 可使用 Maven 或 Gradle 来远程依赖,具体见 https://github.com/APIJSON/apijson-orm
3233

3334
<h5>3)配置(如果完成下方步骤4,导入APIJSON的表,则可跳过)</h5>
3435
打开 apijson.demo.server.DemoSQLConfig 类,编辑 getDBUri,getDBAccount,getDBPassword,getSchema 的返回值为你自己数据库的配置。<br />
@@ -44,7 +45,8 @@ Open > 选择刚才解压路径下的APIJSON-Master/APIJSON-Java-Server/APIJSONB
4445

4546
<h5>2)Demo依赖Library</h5>
4647
右键libs里面的 apijson-orm.jar > Add as Library > OK <br />
47-
同样按照以上步骤来依赖 postgresql.jar 等libs目录内的其它所有jar包
48+
同样按照以上步骤来依赖 postgresql.jar 等libs目录内的其它所有jar包。 <br />
49+
其中 apijson-orm 可使用 Maven 或 Gradle 来远程依赖,具体见 https://github.com/APIJSON/apijson-orm
4850

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

0 commit comments

Comments
 (0)