https://github.com/agilecreativity/spring-hsqldb-jdbc-example
https://github.com/agilecreativity/spring-hsqldb-jdbc-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilecreativity/spring-hsqldb-jdbc-example
- Owner: agilecreativity
- Created: 2014-01-26T13:39:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T13:40:14.000Z (over 12 years ago)
- Last Synced: 2025-03-30T05:01:58.589Z (over 1 year ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple bootstrap project using Spring,hsqldb,jdbc, and maven application
## Installation
#### Build project and import into Eclipse
```
$mvn clean package
```
Then import to your favourite IDE (mine is Eclipse IDE)
```
$mvn eclipse:eclipse
```
then from Eclipse, File->Import
## Author
[Burin Choomnuan](https://github.com/agilecoders)