π 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.
π REST Query Language with Spring and JPA Criteria
https://www.baeldung.com/rest-search-language-spring-jpa-criteria
https://www.baeldung.com/rest-search-language-spring-jpa-criteria
Baeldung on Kotlin
REST Query Language with Spring and JPA Criteria | Baeldung
An introduction to implementing a simple but very useful serach/filter operation on your Spring REST APIs using JPA Criteria.
π This Week in Spring - October 6th, 2020
https://spring.io/blog/2020/10/07/this-week-in-spring-october-6th-2020
https://spring.io/blog/2020/10/07/this-week-in-spring-october-6th-2020
spring.io
This Week in Spring - October 6th, 2020
<p>Hi, Spring fans! Welcome to another installment of <em>This Week in Spring</em>! Itβs been a fun week thus far - I spoke Monday at the first ever Garden State JUG event on testing Spring-based application and services and then today I spoke at the NYJavaβ¦
π Full-Text Search with Hibernate Search and Spring Boot
https://reflectoring.io/hibernate-search/
https://reflectoring.io/hibernate-search/
reflectoring.io
Full-Text Search with Hibernate Search and Spring Boot
Hibernate Search lets you enable Fulltext search functionality in your existing Spring Boot application. Not just that it also provides seamless integration with Fulltext powerhouses such as Elasticsearch.