PAN-7 Set up the findAll method in the DefinitionDTO

This commit is contained in:
2019-02-17 17:42:25 -07:00
parent cc302f17c3
commit a4dde1b216
10 changed files with 113 additions and 9 deletions
@@ -21,6 +21,8 @@ dependencies {
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.0.5.RELEASE'
compile group: 'org.springframework', name: 'spring-aspects', version: '5.1.5.RELEASE'
compile group: 'org.hibernate', name: 'hibernate-core', version: '5.4.1.Final'
compile group: 'com.vladmihalcea', name: 'hibernate-types-52', version: '2.4.1'
compile fileTree(dir: 'lib', include: '**/*.jar')