I reviewed the following question
What are the benefits of using Spring Data REST over Spring JPA data?
It doesnβt quite satisfy my needs. My database is located on MYSQL, I chose the Spring -Data-JPA implementation. What are all the additional benefits that REST can give that I cannot find in a simple Spring-Data-JPA? For example, if tomorrow, I decided to implement the b / w cache of my business and the database module, in which case would I have to write less code? What would be easy to set up? What would be more flexible and how?
Also, if I use both REST and JPA in a new application, what development principles do I violate?
I look forward to receiving answers in terms of architecture. Thanks in advance.
spring-data-jpa spring-data-rest architecture
Dipanshu verma
source share