Showing posts with label Spring Framework. Show all posts
Showing posts with label Spring Framework. Show all posts

Wednesday, 10 June 2020

What is Feign Client and How to use it?

Feign client what does it mean and what it exactly does and compared to the rest template how does it outstands itself and make flexible for the developers will be seen...

Thursday, 1 August 2019

Implementing OAuth 2.0 Authentication using SpringBoot

The OAuth 2.0 provider mechanism is responsible for exposing OAuth 2.0 protected resources. The configuration involves establishing the OAuth 2.0 clients that can access its protected resources independently or on...

Wednesday, 31 July 2019

Basic Authentication using the Spring boot

Spring Security Spring Security provides comprehensive security services for J2EE-based enterprise software applications.  Terms to get familiar in spring security. Principal:means a user, device or some other system which can...

Monday, 29 July 2019

Working with profiles in Spring Boot

When ever we work in any application maintaing the environment specific files are very much required. In spring this can be achieved by using the profiles. Look at the Following...

Tuesday, 23 July 2019

Configuring Spring MVC Through Java

In our Earlier posts we have seen how to set up the MVC application through the XML based, now in this blog we are going to see how to configure...

Monday, 22 July 2019

Spring MVC Framework

Web MVC framework The Spring Web model-view-controller (MVC) framework is designed around a DispatcherServlet that dispatches requests to handlers, with configurable handler mappings, view resolution, locale, time zone and theme...