Spring boot OAuth2 JDBC token store example
1. Overview In the previous example, we have discussed about spring boot OAuth 2 authentication server configuration but it was storing token in-memory. Here is an explanation of Spring boot…
1. Overview In the previous example, we have discussed about spring boot OAuth 2 authentication server configuration but it was storing token in-memory. Here is an explanation of Spring boot…
1. Overview This article contains Spring Security OAuth 2.0 Resource Server Example, In our previous article we have configure authentication server , In this article, we will talk about Resource Server Configuration…
1. Overview Here is an explanation of spring security Oauth 2.0 authentication server implementation example using spring boot. To implements OAuth 2.0 first of all need to understand two terminologies. Authentication Server…
1. Overview In this article, we will be going to discuss how to integrate Solr with spring boot. Spring boot started data Solr is the extension of spring data which used…
1. Overview This article explains about Spring security custom success or fails handler. Spring security provides complete customization on authentication success or fails handler. Spring security provide successHandler which has been called…
1. Overview This article contains Spring Boot Session Listener Example or Spring boot HttpSessionListener as well as HttpSessionAttributeListener. To create Http Session Listener need to create @Bean of HttpSessionListener class and to…
1. Overview When Spring boot application contains multiple main class at that time exception will be thrown at time of compilation because spring boot will get confused from which main…
1. Overview This article is about to Spring boot request routing example using zuul API. zuul API is used to route request which is specially use for micro service architecture, We can…
1. Overview This article will provide ways to Spring boot disable endpoints security. By default endpoints are secure because it contains sensitive information of application. But some times for development purpose…
Generally, we are proving spring boot application HTTP Server port using server.port in the application.properties files but if we have thousand of microservices at that time we do not like to specified…