Consumer driven contracts (CDC)
Consumer-Driven Contracts (CDC) is a technique for testing microservices in a distributed system, where the consumers of a service define[…]
Read moreAmplify your java knowledge with javagyansite
Consumer-Driven Contracts (CDC) is a technique for testing microservices in a distributed system, where the consumers of a service define[…]
Read moreWhat is Spring Cloud ? Spring Cloud is a set of tools for building microservices-based applications using the Spring Framework.[…]
Read moreIn this article, we will explore different types of data structures in Java. Introduction Data structures are ordered and specialized[…]
Read moreIn this article we will explore various Microservices Design patterns. Let’s get started. Microservices is an architectural pattern that involves[…]
Read moreIn this article, we will explore CQRS Pattern in great details. What is CQRS Pattern? CQRS Pattern(Command Query Responsibility Segregation)[…]
Read moreThere are several common types of web attacks that security professionals need to be aware of: SQL Injection SQL injection[…]
Read moreThere are several ways to handle versioning in RESTful web services in Spring Boot: In Spring Boot, you can handle[…]
Read moreIn a Spring Boot application, data validation can be handled by using the Bean Validation API (JSR-303 and JSR-349) which[…]
Read moreSpring provides a caching abstraction that allows you to easily cache the results of method calls by simply annotating the[…]
Read moreThe @ConfigurationProperties annotation is used in Spring Boot to bind external application properties to a class or bean. This allows[…]
Read more