Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waylau/h2-demos
Demos of H2 Database Engine. 有关 H2 数据库的示例
https://github.com/waylau/h2-demos
Last synced: about 2 months ago
JSON representation
Demos of H2 Database Engine. 有关 H2 数据库的示例
- Host: GitHub
- URL: https://github.com/waylau/h2-demos
- Owner: waylau
- Created: 2015-08-21T11:58:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T07:10:59.000Z (about 9 years ago)
- Last Synced: 2023-04-05T23:10:10.827Z (over 1 year ago)
- Language: Java
- Size: 199 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h2-demos
Demos of H2 Database Engine. 有关 H2 数据库的示例.本项目所有示例均使用 Maven 项目管理。
## How to 如何使用
### Checkout Demos 检出项目
git clone https://github.com/waylau/h2-demos.git
### import the Damos as a Maven project 以 Maven 项目形式导入 IDE本例 IDE 为 eclipse
![](how to.jpg)
### Run as Java Application 以 Java 程序运行示例
![](run as.jpg)
## Furhter Reading 延伸阅读
[Here](https://github.com/waylau/h2-database-doc) is a book about the H2 Database Engine.另外,《H2 Database 教程》是一本关于 H2 学习的教程,see