Adding dao dependencies and exception handling of original classes

This commit is contained in:
Ger Roza
2019-01-19 17:00:30 -02:00
parent 8a307c1aba
commit dea88da777
4 changed files with 28 additions and 63 deletions
+8
View File
@@ -24,6 +24,14 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>