Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Driver Adapter JPA Repository #38

Closed
Gaviria9601 opened this issue Mar 17, 2020 · 0 comments · Fixed by #40
Closed

Generate Driver Adapter JPA Repository #38

Gaviria9601 opened this issue Mar 17, 2020 · 0 comments · Fixed by #40
Labels
bug Something isn't working

Comments

@Gaviria9601
Copy link
Contributor

Wrong dependency in build.gradle of helper jpa-repository-commons when generates driver adapters jpa-repository.

Wrong: implementation 'org.springframework.boot:spring-boot-starter-data-mongodb'
Correct: implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

@Gaviria9601 Gaviria9601 changed the title Generate Helper JPA Repository Generate Driver Adapter JPA Repository Mar 17, 2020
@santitigaga santitigaga linked a pull request Mar 18, 2020 that will close this issue
@santitigaga santitigaga added the bug Something isn't working label Mar 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants