Skip to content

Commit 3be7b84

Browse files
authored
Update README-English.md
1 parent 039be9c commit 3be7b84

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

APIJSON-Java-Server/README-English.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### JDBC Demo:
2+
APIJSONDemo is a simple demo for testing with APIJSON + SpringBoot, configure database in DemoSQLConfig; <br />
3+
APIJSONBoot is a complex demo for production with APIJSON + SpringBoot, configure database in DemoSQLConfig; <br />
4+
APIJSONFinal is a complex demo for production with APIJSON + SpringBoot, configure database in DemoSQLConfig. <br />
5+
6+
### Connection Pool Demo:
7+
APIJSONDemo-Druid is a simple demo for testing with APIJSON + SpringBoot + Druid, configure database in application.yml; <br />
8+
APIJSONDemo-HikariCP is a simple demo for testing with APIJSON + SpringBoot + HikariCP, configure database in application.yml; <br />
9+
APIJSONBoot-MultiDataSource is a complex demo for production with multi data sources, configure database in application.yml, <br />
10+
and the APIAuto source code is in src/main/resources/static, you can test APIs after open http://localhost:8080 with a browser.
11+
112
## <h2 id="2">2.Server-side deployment<h2/>
213
314
You can use either Eclipse for JavaEE or IntelllJ IDEA Ultimate to make installation. For both, first download the project and save it to a path.

0 commit comments

Comments
 (0)