I am trying to understand various dependencies of spring boot. I have come across three of them:
- spring-boot-starter-data-rest
- spring-boot-starter-data-jpa
- spring-boot-starter-data-jdbc
I would like to know the difference between the three. Tried searching online documents, which say the three are almost related to spring data. how to resolve the confusion?
To add in here I have also found an another dependency spring-boot-starter-web-services. I think it supports both SOAP and REST. Its just my assumption, I waiting for an explanation