Implemented DAO
This commit is contained in:
Ashish Trivedi
2020-07-19 20:33:52 +05:30
parent 112973482d
commit 52e6ea2b68
8 changed files with 436 additions and 11 deletions

View File

@ -11,5 +11,18 @@
<artifactId>transaction-script</artifactId>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.200</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
</project>