Omkar Lolagespringboot-intoduction.hashnode.devΒ·Dec 20, 2024Introduction to Spring Boot: Your Zeroth Step to MasterySpring is a popular Java based framework for developing various applications. It has become the the backbone of countless enterprise applications, offering a robust eco-system for solving complex challenges. Spring boot overcomes the difficulties ass...36 likesintroduction to spring boot
Maheshwar Ligadefortechwastitechwasti.comΒ·Dec 4, 2024Creating SQL Queries Dynamically in Spring Boot!Working with databases is a fundamental part of developing most applications, but sometimes, static SQL queries donβt meet the dynamic requirements of real-world applications. For example, what if you need to build a search feature that filters resul...Spring BootSpring Data Jpa
TechEazy Consultingblog.techeazyconsulting.comΒ·Nov 15, 2024π Launch Your IT Career with Core Tech Skillsπ Introduction For many recent graduates, launching an IT career seems synonymous with diving into AI and Machine Learning π€. AI/ML may be a buzzword today, but the reality is that companies are still looking for well-rounded, foundational skills i...It career
Shohanur Rahmanshohanur.hashnode.devΒ·Nov 15, 2024Disable SSL Certificate Verification for RestClient and WebClientTo disable SSL certificate verification in Spring Boot using RestTemplate or WebClient, you can configure them to ignore SSL validation. Hereβs how you can do it for both: 1. Disabling SSL Certificate Verification for RestTemplate You need to create ...59 readsSpring Boot
Birkaran SachdevforfreeCodeCampfreecodecamp.orgΒ·Nov 12, 2024How to Build Multi-Module Projects in Spring Boot for Scalable MicroservicesAs software applications grow in complexity, managing scalability, modularity, and clarity becomes essential. Spring Bootβs multi-module structure allows you to manage different parts of the application independently, which lets your team develop, te...Spring Boot
Nitish Srinivasanitishs.hashnode.devΒ·Oct 19, 2024Exploring Backend Development with Java Spring Boot and MongoDBBuilding applications can be a rewarding experience, and this guide summarizes key concepts learned while working with Spring Boot and MongoDB. CRUD Functionalities: Implementing Create, Read, Update, and Delete operations is essential for managing ...Java
Wasif Mujahidwasifmujahid.hashnode.devΒ·Sep 23, 2024Spring Boot to make CRUD operations: Challenges, Solutions, and Growth π PART-2π§βπ» I'm Wasif Mujahid, a software developer with 8+ years of expertise in Android native app development. I've built innovative, high-performing mobile solutions that enhance user experiences and drive business growth. If you already done with the ...PostgreSQL
ichan-akirajournal.ichan.moeΒ·Sep 14, 2024Spring Data JPA with PostgreSQL's JSONBWhile using Spring Boot with PostgreSQL, have you ever needed to retrieve or persist data to JSONB column? If your answer is yes, and you are visiting this journal entry, chances are high that you need help to solve the error when using JSONB column....82 readsJava
Shohanur Rahmanshohanur.hashnode.devΒ·Aug 8, 2024Configuring Bearer Authentication with Keycloak for Swagger UIIn this blog post, we'll walk through configuring Swagger UI to use Bearer Authentication with Keycloak, focusing on both Authorization Code and Client Credentials flows. This guide will help you secure your API documentation and ensure that only aut...266 readsswagger-ui
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...45 readsSpring Frameworkspring security