File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 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
314You 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.
You can’t perform that action at this time.
0 commit comments