Click here to Skip to main content
15,891,951 members
Articles / Hosted Services / Azure

Creating a Universal Catering Bot

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
11 Feb 2022CPOL9 min read 3K   3  
How to create a Spring Boot web app in Java that replicates the functionality of the “Universal Bots” sample app on GitHub
This is Part 2 of a 3-part series that demonstrates how to build Microsoft Teams apps in Java, with a focus on bots. This article shows how to integrate Adaptive Cards into a Java Spring Boot chatbot, taking advantage of frameworks like Spring Data JPA to easily persist and retrieve data from a SQL Server database.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Teams Bots in Depth with Java View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer
Australia Australia

Comments and Discussions

Teams Bots in Depth with Java