Ticket #269: Added guice injection framework for ease of transaction management.

This commit is contained in:
James Muehlner
2013-02-11 00:26:30 -08:00
parent 773b12b3ed
commit af9fccd788
6 changed files with 364 additions and 0 deletions

View File

@@ -73,6 +73,13 @@
<artifactId>mybatis</artifactId>
<version>3.1.1</version>
</dependency>
<!-- MyBatis Guice -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId>
<version>3.2</version>
</dependency>
</dependencies>