#springboot
Read more stories on Hashnode
Articles with this tag
Tools and technologies used Server-side technologies(Back end) Spring Boot JDK - 1.8 or later Spring Framework Spring Data JPA (Hibernate) Front...
What is REST? The REST stands for REpresentational State Transfer ➢ State means data ➢ REpresentational means formats (such as XML, JSON, YAML, HTML,...
As we know that in Java POJO refers to the Plain old Java object.POJO and Bean class in Java shares some common features which are as follows − Both...
World Before Spring Boot Setting up Spring projects before Spring boot was not easy. We needed to configure a lot of things before we had a...