Difference between spy and stub in Mockito frameworkI will show the difference with code directly and then i will add my comment.Mar 6, 2022Mar 6, 2022
Different calling forms of REST services with Feign client in Spring Cloud1. Calling a REST service with Query ParamsFeb 28, 2022Feb 28, 2022
Loading Precedence of Application.yml, Bootstrap.yml and VM Arguments in Spring CloudWhen you work with microservices, you will work with different property loading sources. Knowing loading precedence of the sources are very…Oct 23, 2021Oct 23, 2021
Creating SOAP Web Service Client in Spring BootToday, I will show how to call a SOAP web services from a Spring Boot application.I will explain the topic according to the following…Aug 18, 2021Aug 18, 2021
How to use Builder Pattern with JacksonGET methods which are in Student class are used for response and SET methods which are in Builder class are used for request.Feb 18, 2021Feb 18, 2021
How to Create REST and SOAP Services In Same Spring Boot Application?Here, I will not tell you how to write SOAP and REST service. The only thing I will mention is how you open SOAP and REST services…May 30, 2020May 30, 2020
How To Produce Multiple SOAP Web Service WSDL documents for Different Services in Spring BootToday i will show how you can create a different WSDL documents for services created for different purposes. In our example below…May 30, 2020May 30, 2020