Category Archives: Spring Boot

Dialogflow Integration in Spring Boot : A Developer's Guide

Dialogflow Integration in Spring Boot : A Developer’s Guide

In the ever-evolving landscape of software development, Google’s Dialogflow is a powerful tool that enables developers to build conversational interfaces form applications, and integrating it with a Spring Boot backend can provide a seamless and efficient user experience. In this guide, we will explore the steps to integrate Dialogflow into a Spring Boot application, empowering Continue Reading »

Spring Boot Multiple Database Configuration

Sometimes it’s our application requirement to deal with multiple databases. Spring Boot helps us to configure multiple databases in a single application. This blog will help to configure multiple datasources into a spring boot application. To use multiple DataSources, let’s add the following details in the property file. Here we configured ‘foo’ datasource and ‘bar’ Continue Reading »