Posts for: #Blog

bigbits

Welcome to Aditya Rawat’s Big Bits Blogs

Hi there! I’m Aditya, a passionate developer with many years of experience in Java, Spring Boot, and embedded systems. I specialize in building robust backend applications and innovative solutions. Explore my repositories to see the projects I’ve worked on, and feel free to connect with me for collaboration or discussions.

Let’s code something amazing!

Image Description

Read more →

spring-security

Image Description

What

Spring Security is a powerful framework used to secure Java-based applications. It provides comprehensive support for authentication (Verifying the identity of a user), authorization (Determining what resources a user can access) for java application.

Why

It helps in protecting user data, It also protects developer’s logic.

How to add spring security in your spring boot project

STEP 1 {Configuration}

Add the latest spring-boot-starter-security dependency in your pom.xml file. You can check the latest version from here.

Read more →