Mayank Yaduvanshi·Nov 6, 2024Using @Async in Spring Boot: A performance boosterIn this blog, we dive into the power of Spring Boot’s @Async annotation, showing you how to supercharge your application by running tasks…A response icon1A response icon1
Mayank Yaduvanshi·May 14, 2024Creating and Managing Profiles in a Spring Boot ApplicationSpring Boot, a powerhouse in the modern Java ecosystem, simplifies the development of stand-alone, production-grade Spring-based…
Mayank Yaduvanshi·Mar 6, 2024Simplify CRUD with a Generic Controller to Reduce Boilerplate Code in Spring BootTired of writing REST controller again and again for each resource? try this method that will Revolutionize Your Workflow.
Mayank Yaduvanshi·Dec 31, 2023Unleash the Power of @PreAuthorize in Spring Boot with Custom Handlers — A Magical CRUD JourneyWelcome to the world of Spring Boot, where security is not just a feature, but a way of life. In this blog post, we’ll explore the…
Mayank Yaduvanshi·Jun 29, 2023Simplify Model Mapping in Spring Boot with MapStruct and LombokLearn how to map entity classes to DTOs with MapStruct mapper.
Mayank Yaduvanshi·Jun 29, 2023Spring boot API architecture (part 1) — request/bean validation and JPA buddy tipsThis is a simple demonstration of one way of handling and validating the api requests (Bean validation) on controller in Spring boot.
Mayank Yaduvanshi·Jun 10, 2023Database Auditing in Spring boot with spring security context and spring data JPAFill audit columns in database with logged-in user and date time.
Mayank Yaduvanshi·May 22, 2023Adding security to micro-services — Spring boot (Gateway filter) + JWT authentication (Part 2)This article is about how we can secure our REST services built with spring micro-service architecture.A response icon1A response icon1
Mayank Yaduvanshi·Apr 30, 2023Spring cloud micro-service architecture with Api Discovery and Api Gateway using Netflix EurekaMicroservice architecture is a software development approach that structures applications as a collection of small, independent services…
Mayank Yaduvanshi·Mar 4, 2023Prepare AWS EC2 Ubuntu instance for running WAR archives on Apache Tomcat server with MySQL…Installing JAVA