B2 Tech

Web Dev Snippets

  • Facebook
  • Twitter
  • Google Plus
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS

Category - Spring Security

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Login REST API with MySQL Database

January 17, 2022
by Bushan Sirgur
8 min read
1 Comment

Hey guys in this article, you will learn about the creating a Login API in Spring security and validate the user against the MySQL database. Complete Example We will create this example step by step, follow this tutorial till...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Boot Security JWT Token Based Authentication Example

August 10, 2021
by Bushan Sirgur
15 min read
1 Comment

Hey guys in this post, we will discuss Spring security JWT token based authentication with mysql database. Complete Example We will create this example step by step, follow this tutorial till the end Read More: Check the...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security method level annotation @PreAuthorize Example

August 9, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss Spring security method level annotation @PreAuthorize with complete code example Overview TheĀ @PreAuthorizeĀ can check for authorization before entering into...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Everything need to know about Matchers methods in Spring Security

July 7, 2021
by Bushan Sirgur
3 min read
1 Comment

Hey guys in this post, we will discuss everything need to know about Spring security matcher methods. This is the continuation of the previous post, please follow the previous post before proceeding with this. Overview Spring...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Configure Roles in Spring Security

June 7, 2021
by Bushan Sirgur
10 min read
Add Comment

Hey guys in this post, we will discuss configuring roles in the Spring security application. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Configure Authorities in Spring Security Application

June 5, 2021
by Bushan Sirgur
10 min read
2 Comments

Hey guys in this post, we will discuss configuring authorities in the Spring security application. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Customize the Authentication Provider in Spring Security Application

June 3, 2021
by Bushan Sirgur
9 min read
Add Comment

Hey guys in this post, we will discuss customizing the Authentication provider in Spring Security. This is the continuation of the previous post, please follow that post before proceeding with this. Complete example There are...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Implement password encoder in Spring Security Application using BCryptPasswordEncoder

June 1, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss implementing a password encoder in the Spring Security application using BCryptPasswordEncoder. It is one of the implementations of PasswordEncoder. This is the continuation of the previous...

Continue reading

  • JPA
  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Customize Spring Security to Create our own custom implementation of UserDetailsService

May 31, 2021
by Bushan Sirgur
8 min read
Add Comment

Hey guys in this post, we will discuss creating our own implementation of UserDetailsService with step by step example. This is the continuation of the previous post, please read that post before proceeding with this. It is most...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Configure Users using JdbcUserDetailsManager implementation

May 27, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss configuring users in Spring Security using JdbcUserDetailsManager implementation with Example. Complete example Let’s create a step-by-step spring boot project and implement...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Configure Users using InMemoryUserDetailsManager

May 26, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss configuring users using InMemoryUserDetailsManager with Example. In the previous post, we will discuss about configuring users using inMemeoryAuthentication. This is the continuation of the...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Spring Security Configure Users using inMemoryAuthentication

May 21, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss configuring multiple users using inMemoryAuthentication in Spring security. This is the continuation of the previous post, please follow the previous post for better understanding. So far in...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Customize the Spring security to deny all the requests

May 12, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss customizing the spring security to deny all the requests. This is the continuation of the previous post, make sure to check the previous post before proceeding. Complete example Let’s...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Customize the Spring security to permit all the requests

May 11, 2021
by Bushan Sirgur
5 min read
1 Comment

Hey guys in this post, we will discuss customizing the Spring security to allow all the requests. This is the continuation of the previous post, make sure to check the previous post before proceeding. Complete...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Customize the Spring security to permit and deny the specific requests

May 10, 2021
by Bushan Sirgur
5 min read
Add Comment

Hey guys in this post, we will discuss customizing the spring security to permit and deny the specific requests. This is the continuation of the previous post, make sure to check the previous post before proceeding. Complete...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Change the default username and password of Spring security application

May 8, 2021
by Bushan Sirgur
4 min read
Add Comment

Hey guys in this post, we will discuss changing the default username and password of the spring security application. This is the continuation of the previous post, make sure the check the previous post to understand more about...

Continue reading

  • REST Services
  • Spring Boot
  • Spring MVC
  • Spring Security

Add Spring Security to Spring Boot Application

May 6, 2021
by Bushan Sirgur
6 min read
Add Comment

Hey guys in this post we will discuss adding spring security to a spring boot application with step by step process. Introduction Spring Security is a powerful and highly customizable authentication and access-control...

Continue reading

Build Real Time REST APIs with Spring Boot, JPA and MySQL

Build Real Time Web Application with Spring Boot, JPA and MySQL

Full Stack Application with React (React Hooks) and Spring Boot

Build Real Time Application with JSP and Servlets for Beginners

Support me


Love my tutorials? Please support me by donating:

About Author

View all posts

Support me


Love my tutorials? Please support me by donating:

Newsletter



Recent Posts

  • Deploy Spring Boot Application to Railway.App Service February 6, 2023
  • Most Important Commands For A Newbie Linux User January 2, 2023
  • Git Commands List with Examples December 16, 2022
  • Spring Boot REST API Integration Testing with JUnit 5 October 12, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc September 28, 2022
  • Spring Boot File Upload and Download with Filesystem September 2, 2022
  • Spring Boot File Upload and Download with Database September 1, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 29, 2022
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc August 23, 2022
  • JUnit5 assertNull() Example July 25, 2022

Featured Posts

  • Deploy Spring Boot Application to Railway.App Service
  • Most Important Commands For A Newbie Linux User
  • Git Commands List with Examples
  • Spring Boot REST API Integration Testing with JUnit 5
  • Spring Boot Unit Testing with JUnit Mockito and MockMvc

Most Viewed Posts

  • Spring Data JPA findBy Multiple Columns with Example (37,255)
  • Spring Data JPA findBy Column Name with Example (35,492)
  • A Complete CRUD Application with Spring MVC and MyBatis/iBatis (34,210)
  • Login Form in JavaFX with MySQL Database (30,710)
  • Angular 2 and Spring REST Simple CRUD Application (25,114)

Categories

  • Angular 10 (2)
  • Angular 2 (2)
  • Angular 9 (7)
  • AWS (1)
  • Boostrap 4 (25)
  • Cloud (1)
  • Core Java (45)
  • Core Java Programs (41)
  • CRUD Applications (34)
  • CSS (28)
  • Design Patterns (2)
  • DevOps (1)
  • Docker (2)
  • Express.js (8)
  • Golang (6)
  • GraphQL (5)
  • Hibernate (27)
  • High Charts (3)
  • HTML (53)
  • Interview Programs (34)
  • Java Swings (4)
  • JavaFX (2)
  • Javascript (35)
  • Javascript Programs (23)
  • JDBCTemplate (6)
  • JPA (89)
  • jQuery (20)
  • JSF (21)
  • JSP (42)
  • JUnit 5 (10)
  • Linux (1)
  • Mongoose (7)
  • MyBatis/iBatis (2)
  • Nodejs (8)
  • React.js (12)
  • REST Services (103)
  • Servlets (4)
  • SOAP Services (1)
  • Spring Boot (159)
  • Spring MVC (131)
  • Spring Security (17)
  • Testing (2)
  • Thymeleaf (10)
  • Tools (3)
  • Uncategorized (5)
  • Utilities (2)
Copyright © 2023. Created by Bushan Sirgur. Powered by B2 Tech.
  • Facebook
  • Linkedin
  • Instagram
  • Youtube
  • Github
  • Home
  • Java
    • Core Java
    • Core Java Programs
    • Java Swings
    • JavaFX
  • Web Technologies
    • Angular 10
    • Angular 2
    • Angular 9
    • Boostrap 4
    • CSS
    • Express.js
    • High Charts
    • HTML
    • Javascript
    • Javascript Programs
    • jQuery
    • Mongoose
    • Nodejs
    • Typescript
  • Advance Java/J2EE
    • JSF
    • JSP
    • Servlets
    • Thymeleaf
    • Spring MVC
    • Spring JDBC
    • Spring Boot
    • JPA
    • Hibernate
    • Struts
    • MyBatis/iBatis
  • Interview Programs
  • Web Services
    • REST Services
    • SOAP Services
  • Spring Boot
    • Spring Boot [100+ Tutorials]
    • Spring Security
    • Spring Annotations
    • Spring Data JPA
    • GraphQL and Spring Boot
  • About
  • Contact
  • Udemy Courses
    • React and Spring Boot
    • Angular and Spring Boot
  • Cloud
    • AWS
  • Facebook
  • Twitter
  • Google Plus