#java
Read more stories on Hashnode
Articles with this tag
REST api REST stands for REpresentational State Transfer. REST is web standards based architecture and uses HTTP Protocol. A RESTful web service...
Spring JDBC, JPA, and Spring Data JPA · In this post, we will be working on an in-memory database(H2). Alternatively any other database can be used, with...
JUnit JUnit is a unit testing framework for Java and can be used for automation testing in CI/CD pipeline. Junit methods -...
What is a Bean ? A bean is nothing but an object that is instantiated and managed by a Spring IoC(Inversion of Control) container. Scope of a...
Before discussing other things lets take a look at few important points - IOC & DI is done using Object Factory for construction & management of...
According to Spring.io website - " Spring makes programming Java quicker, easier, and safer for everybody. Spring’s focus on speed, simplicity, and...