Spring security custom authentication provider

Spring security custom authentication provider example

Table of Contents1. Overview2. Example2.1 pom.xml2.2 application.properties2.3 CustomAuthentication2.4 SecurityConfiguration2.5 SpringBootConfig2.6 login.jsp2.7 loginFailed.jsp2.8 welcome.jspOutput3. Conclusion4. References 1. Overview In this article, we will explain Spring security custom authentication provider example. Spring security provides database authentication,…

Spring boot hazelcast example

Spring boot hazelcast example

Table of Contents1. Overview 2. Example2.1 pom.xml2.2 application.properties2.3 SpringBootConfig2.4 HazelcastConfiguration2.5 HazelcastController2.6 DemoStart Instance12. Start instance23. Write Data in instance14. Read Data from instance23. References4. Source code 1. Overview Spring boot microservice architecture…

Spring boot Cloud Eureka Server Example

Spring boot cloud eureka server example

Table of Contents1. OverviewSteps to configure Eureka server2. Eureka Server Configuration Example2.1 pom.xml2.2 application.properties2.3 application.yml2.4 EurekaServerApplication2.5 Run Spring boot application:2.6 Open Eureka Server Dashboard3. References4. Source Code 1. Overview This…

spring boot development tips

Spring boot development tips

Table of Contents1. Overview2. Spring boot tips1. Spring boot Dev Tools2. Profile-based development3. Spring boot application database migration4. Spring boot view build information in production or staging5. Spring boot running…

Spring boot OAuth2 JDBC token store example

Spring boot OAuth2 JDBC token store example

Table of Contents1. Overview 2. Example2.1 pom.xml2.2 schema.sql2.3 application.properties2.4 SecurityOAuth2Configuration2.5 SecurityConfiguration2.6 SpringBootApplication2.7 Output:3. Source Code 1. Overview In the previous example, we have discussed about spring boot OAuth 2 authentication server…

Spring Security Auth 2.0 Resource Server Example

Spring Security OAuth 2.0 Resource Server Example

Table of Contents1. Overview 2. ExampleTechnology Stack2.1 pom.xml2.2 application.properties2.3 SecurityResourceServerConfig2.4 SpringBootApplication2.5 SpringBootResourceController2.6 Output:4. References 1. Overview This article contains Spring Security OAuth 2.0 Resource Server Example, In our previous article we have…

java tutorial

Java tutorial

This article contains java tutorial with different example. Its contains specially java 8 related features example. Index Install java in Ubuntu Linux Java Create Directory Java Find duplicate objects in list…