ffmpeg工具
This commit is contained in:
parent
a0799c9cb9
commit
e8fa581588
17
README.md
17
README.md
|
|
@ -1,16 +1 @@
|
|||
# SpringBoot集成H2
|
||||
|
||||
1. H2数据库是一个开源的关系型数据库。H2采用java语言编写,不受平台的限制,同时支持网络版和嵌入式版本,有比较好的兼容性,支持相当标准的sql标准
|
||||
2. 提供JDBC、ODBC访问接口,提供了非常友好的基于web的数据库管理界面
|
||||
|
||||
> 官网:http://www.h2database.com/
|
||||
|
||||
|
||||
在``application.properties``配置了H2的管理后台入口,``http://localhost:8081/h2console``
|
||||
``JDBC URL``、``User Name``和``Password``参考配置文件输入。
|
||||
|
||||
执行``test\resource``下的sql脚本。
|
||||
|
||||
两个测试接口,get请求
|
||||
- http://localhost:8081/getList.json?name=王
|
||||
- http://localhost:8081/getOne.json?id=6
|
||||
# SpringBoot
|
||||
Loading…
Reference in New Issue