You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i'm using the plugin i generated the structure without problem, but when you import the generic jpa driven adapter there is some missing dependendcies like:
compile 'com.zaxxer:HikariCP:3.4.5'
compile group: 'org.springframework', name: 'spring-orm', version: '2.5.1'
This dependencies should go in the app-service layer on the build.gradle file. Also when you import the missing dependencies the method setPackagesToScan it seems to have no implementation for LocalContainerEntityManagerFactoryBean object in Jpaconfig file
The text was updated successfully, but these errors were encountered:
When i'm using the plugin i generated the structure without problem, but when you import the generic jpa driven adapter there is some missing dependendcies like:
compile 'com.zaxxer:HikariCP:3.4.5'
compile group: 'org.springframework', name: 'spring-orm', version: '2.5.1'
This dependencies should go in the app-service layer on the build.gradle file. Also when you import the missing dependencies the method setPackagesToScan it seems to have no implementation for LocalContainerEntityManagerFactoryBean object in Jpaconfig file
The text was updated successfully, but these errors were encountered: