TechEazy Consultingblog.techeazyconsulting.com·Sep 4, 2024Creating First Spring ApplicationThis blog will help you to create your first Spring Application: Prerequisites: Java Development Kit (JDK) installed An IDE like IntelliJ IDEA, Eclipse, or Spring Tool Suite (STS) Basic understanding of Java Step 1: Create a New Spring Boot Proj...DiscussSpringboot
Bikash Nishankbikash-nishank.hashnode.dev·Aug 11, 2024Comprehensive Guide to Spring SecurityIntroduction to Spring Security What is Spring Security? Spring Security is a powerful and highly customisable authentication and access control framework for Java applications. It is part of the larger Spring Framework ecosystem and provides compreh...Discussadvance spring security
Hemant Besracodeinjava.hashnode.dev·Aug 3, 2024JWT Authentication & Authorization in a Spring Boot 3 applicationIn this blog, we will explore the concept of JSON Web Tokens (JWT) and how they can be effectively utilized for authentication and authorization in a Spring Boot 3 application. JWTs provide a secure way to transmit information between parties, enabli...Discuss·28 readsSpring Frameworkspring security
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 28, 2024Step-by-Step Guide to Validations in Spring Boot StarterIntroduction: When developing a Spring Boot application that accepts user data, it's crucial to ensure the data is secure, maintains integrity, and meets specific constraints. For example, a user's age should be between 0 and 150 years. To handle the...Discuss·20 likes·33 readsspringboot validation
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 27, 2024Generating a Docker Image for a Spring Boot Application 🤯Introduction Docker has revolutionized the way developers build, ship, and run applications. By encapsulating applications and their dependencies into containers, Docker ensures that software runs consistently across different environments. This guid...Discuss·21 likes·47 readsdocker image for springboot aplication
Evaldas Visockashashnode.programmersdiary.com·Jul 25, 2024Building a blogging website with microservices: sign upHi. This is the thirteenth part of the diary about developing the “Programmers’ diary” blog. The open source code of this project is on https://github.com/TheProgrammersDiary. The twelfth part: https://hashnode.programmersdiary.com/building-a-bloggin...Discuss·2 likesSpringboot
Nipun Hegdecodecloudcapital.hashnode.dev·Jul 19, 2024Tackling OWASP Top 10 Vulnerabilities in Java Spring frameworkIn the realm of web application security, the OWASP (Open Web Application Security Project) Top 10 list is a crucial resource. It identifies the most critical security risks to web applications. Understanding these vulnerabilities and knowing how to ...DiscussSpringboot
Sudarshan Doiphodesudarshandoiphode.hashnode.dev·Jul 6, 2024What do you mean by StringBuffer is a thread safe implementation?StringBuffer: The Thread-Safe String Builder In our previous post, we explored StringBuilder, a powerful tool for efficient string manipulation in single-threaded environments. Today, we'll shift our focus to its synchronized cousin, StringBuffer. Wh...Discuss·2 likeswhystringbuffer
krishna Kumarkrishnakumar.hashnode.dev·Jun 15, 2024How to Implement User Authentication and Authorization with SpringBoot and JWTIf you do a quick search on how to secure REST API in SpringBoot using JWT you will find a lot of the same results. These results contain a method that involves writing a custom filter chain and using third party library for encoding and decoding JWT...Discuss·113 readsJava
Sneha Sreesnehasree.hashnode.dev·Jun 10, 2024Exploring Spring SecurityWelcome to the world of Spring Security! Whether you're a seasoned developer or just starting your journey in the Java ecosystem, securing your applications is crucial. Spring Security, a powerful and highly customizable authentication and access-con...Discussspring security