Aouassar Asmaealgostyle.hashnode.dev·Jan 22, 2025Integration Testing for JPA Repository in Spring BootWhy Intergation Test and Not Unit Test ? Unit Tests : Not ideal for testing Spring Data repositories because they require mocking many JPA components, which can disrupt the repository’s functionality. Integration Tests : Better suited for testing r...Spring Boot
Spreadsheet_uniuniver.hashnode.dev·Jan 15, 2025Get rid of excel and deploy a private spreadsheet systemIntroducing Univer Go The Univer team’s mission is to enable all organizations and individuals to have a personalized office space. In the nearly one year since the release of the Univer SDK, we have helped dozens of companies customize their own eff...Python
Aouassar Asmaealgostyle.hashnode.dev·Jan 7, 2025ResponseEntityEn Spring Boot, la classe ResponseEntity fait partie du framework Spring MVC et sert à représenter une réponse HTTP complète. ResponseEntity fait partie du module Spring Web. Si vous utilisez Spring Boot, ce module est inclus par défaut si vous ave...Java
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 ...96 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