-
Couldn't load subscription status.
- Fork 53
Update README.md #79
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
Update README.md #79
Conversation
Fix manual
@reda-alaoui i hope you consider merging it.
I don't wish to parrot Spring Data JPA documentation in this project, because I won't maintain this kind of synchronisation.
Also, using the basePackage attribute is clearly optional. We can see the sample working without it. So it makes no sense to let a user think this is mandatory.
I understand that most Spring Boot users are clueless about @EnableJpaRepositories since the whole annotation declaration is optional in their context. On the other hand, non Spring Boot users had to use @EnableJpaRepositories to make their applications work with Spring Data JPA.
My conclusion is that the Quick start @EnableJpaRepositories section should be more geared toward Spring Boot users. 5a6104a should fix that without parroting Spring Data JPA documentation.
Fix manual that new users have a smoother start with the library.