π Avoid brittle tests for the Service layer
https://www.baeldung.com/testing-the-java-service-layer
https://www.baeldung.com/testing-the-java-service-layer
Baeldung on Kotlin
Avoid Brittle Tests for the Service Layer Baeldung
How to avoid brittle and inflexible tests for the Service Layer of a Spring web app - mock out the interactions with the database, using JUnit, Mockito and Hamcrest.
Spring Boot Framework pinned Β«π Java Weekly, Issue 353 https://www.baeldung.com/java-weekly-353Β»
π How to implement a chatbot in Java
https://betterjavacode.com/artificial-intelligence/how-to-implement-a-chatbot-in-java
https://betterjavacode.com/artificial-intelligence/how-to-implement-a-chatbot-in-java
Code Complete
How to implement a chatbot in Java - Code Complete
With AI assistants gaining more momentum, we will have chatbots to help us in every digital aspect. I show how to implement a chatbot in Java
π How to use the @Scheduled Annotation in Spring? Different ways to schedule tasks in a Spring Application
https://infobrisk.com/2020/09/25/how-to-use-the-scheduled-annotation-in-spring-different-ways-to-schedule-tasks-in-a-spring-application/
https://infobrisk.com/2020/09/25/how-to-use-the-scheduled-annotation-in-spring-different-ways-to-schedule-tasks-in-a-spring-application/
InfoBrisk
How to use the @Scheduled Annotation in Spring? Different ways to schedule tasks in a Spring Application.
In this post weβll discuss some simple steps to use Springβs @Scheduled annotation to schedule tasks which are to be invoked automatically and executed at a specific interval of time. 1) Enabβ¦
π Setting Up Swagger 2 with a Spring REST API
https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api
https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api
Baeldung on Kotlin
Setting Up Swagger 2 with a Spring REST API | Baeldung
Learn how to document a Spring REST API using Swagger 2.
π SERVICE MESH ON KUBERNETES WITH ISTIO AND SPRING BOOT
https://piotrminkowski.com/2020/06/01/service-mesh-on-kubernetes-with-istio-and-spring-boot/
https://piotrminkowski.com/2020/06/01/service-mesh-on-kubernetes-with-istio-and-spring-boot/
Piotr's TechBlog
Service mesh on Kubernetes with Istio and Spring Boot - Piotr's TechBlog
Showing how to configure Istio service mesh for application built on top of Spring Boot. Traffic is splitted between multiple versions of app.
π Differences Between Netflix Feign and OpenFeign
https://www.baeldung.com/netflix-feign-vs-openfeign
https://www.baeldung.com/netflix-feign-vs-openfeign
Baeldung on Kotlin
Differences Between Netflix Feign and OpenFeign | Baeldung
Compare the Spring Cloud integrations of OpenFeign and Netflix Feign.
π Spring Data Azure Cosmos DB V3 β Generally Available
https://spring.io/blog/2020/10/05/spring-data-azure-cosmos-db-v3-generally-available
https://spring.io/blog/2020/10/05/spring-data-azure-cosmos-db-v3-generally-available
Spring Data Azure Cosmos DB V3 β Generally Available
Level up your Java code and explore what Spring can do for you.
π PART 1: CREATING MICROSERVICE USING SPRING CLOUD, EUREKA AND ZUUL
https://piotrminkowski.com/2017/02/05/part-1-creating-microservice-using-spring-cloud-eureka-and-zuul/
https://piotrminkowski.com/2017/02/05/part-1-creating-microservice-using-spring-cloud-eureka-and-zuul/
Piotr's TechBlog
Part 1: Creating microservice using Spring Cloud, Eureka and Zuul - Piotr's TechBlog
Building microservices architecture with Spring Boot 1.5 and Spring Cloud Netflix components like Eureka, Ribbon and Zuul.