Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update README.md
补充了一下 APIJSONSimpleDemo-SpringBoot3 的说明
  • Loading branch information
komiblog authored Mar 13, 2024
commit 2e4006c013669b679d377518265592cddace9bae
1 change: 1 addition & 0 deletions APIJSON-Java-Server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[APIJSONDemo](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDemo) 为 APIJSON + SpringBoot + MySQL + PostgreSQL 的最简单的初级使用 Demo,通过 DemoSQLConfig 代码配置数据库; <br />
[APIJSONBoot](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot) 为 APIJSON + SpringBoot + MySQL + PostgreSQL + SQLServer + TDengine 的接近生产环境成品的 Demo,通过 DemoSQLConfig 代码配置数据库; <br />
[APIJSONFinal](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONFinal) 为 APIJSON + JFinal + MySQL + PostgreSQL 的接近生产环境成品的 Demo,通过 DemoSQLConfig 代码配置数据库。 <br />
[APIJSONSimpleDemo-SpringBoot3](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONSimpleDemo-SpringBoot3) 为 APIJSON + SpringBoot3 + MySQL 的复杂度介于 APIJSONBoot 和 APIJSONDemo 之间的 Demo,完成了一些常用配置,包括简单鉴权、多数据源等。 <br />

### 连接池 Demo
[APIJSONDemo-Druid](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDemo-Druid) 为 APIJSON + SpringBoot + Druid + MySQL + PostgreSQL 的简单初级使用 Demo,通过 application.yml 文件配置数据库; <br />
Expand Down