[PR #516] Added compose example for spring ai and reactjs #527

Open
opened 2025-11-06 14:28:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/516
Author: @vikasrajputin
Created: 9/8/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • d9c4b3d Added compose example for spring ai and reactjs

📊 Changes

36 files changed (+20674 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
spring-ai-react-chatbot/README.md (+82 -0)
spring-ai-react-chatbot/backend/Dockerfile (+45 -0)
spring-ai-react-chatbot/backend/pom.xml (+80 -0)
spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/SpringBootChatBotApplication.java (+13 -0)
spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/config/WebConfig.java (+24 -0)
spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/controller/ChatController.java (+36 -0)
spring-ai-react-chatbot/backend/src/main/resources/application.yaml (+9 -0)
spring-ai-react-chatbot/chatbot-ui-screenshot.png (+0 -0)
spring-ai-react-chatbot/chatbot.gif (+0 -0)
spring-ai-react-chatbot/compose.yaml (+26 -0)
spring-ai-react-chatbot/frontend/.gitignore (+23 -0)
spring-ai-react-chatbot/frontend/Dockerfile (+27 -0)
spring-ai-react-chatbot/frontend/README.md (+70 -0)
spring-ai-react-chatbot/frontend/package-lock.json (+19819 -0)
spring-ai-react-chatbot/frontend/package.json (+40 -0)
spring-ai-react-chatbot/frontend/public/ChatBot.png (+0 -0)
spring-ai-react-chatbot/frontend/public/ai-assistant.png (+0 -0)
spring-ai-react-chatbot/frontend/public/ai-chatbot-logo.png (+0 -0)
spring-ai-react-chatbot/frontend/public/favicon.ico (+0 -0)

...and 16 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/516 **Author:** [@vikasrajputin](https://github.com/vikasrajputin) **Created:** 9/8/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`d9c4b3d`](https://github.com/docker/awesome-compose/commit/d9c4b3d10777779b4d38fbf3472f677660fb318e) Added compose example for spring ai and reactjs ### 📊 Changes **36 files changed** (+20674 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `spring-ai-react-chatbot/README.md` (+82 -0) ➕ `spring-ai-react-chatbot/backend/Dockerfile` (+45 -0) ➕ `spring-ai-react-chatbot/backend/pom.xml` (+80 -0) ➕ `spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/SpringBootChatBotApplication.java` (+13 -0) ➕ `spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/config/WebConfig.java` (+24 -0) ➕ `spring-ai-react-chatbot/backend/src/main/java/com/company/ai/chatbot/controller/ChatController.java` (+36 -0) ➕ `spring-ai-react-chatbot/backend/src/main/resources/application.yaml` (+9 -0) ➕ `spring-ai-react-chatbot/chatbot-ui-screenshot.png` (+0 -0) ➕ `spring-ai-react-chatbot/chatbot.gif` (+0 -0) ➕ `spring-ai-react-chatbot/compose.yaml` (+26 -0) ➕ `spring-ai-react-chatbot/frontend/.gitignore` (+23 -0) ➕ `spring-ai-react-chatbot/frontend/Dockerfile` (+27 -0) ➕ `spring-ai-react-chatbot/frontend/README.md` (+70 -0) ➕ `spring-ai-react-chatbot/frontend/package-lock.json` (+19819 -0) ➕ `spring-ai-react-chatbot/frontend/package.json` (+40 -0) ➕ `spring-ai-react-chatbot/frontend/public/ChatBot.png` (+0 -0) ➕ `spring-ai-react-chatbot/frontend/public/ai-assistant.png` (+0 -0) ➕ `spring-ai-react-chatbot/frontend/public/ai-chatbot-logo.png` (+0 -0) ➕ `spring-ai-react-chatbot/frontend/public/favicon.ico` (+0 -0) _...and 16 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:28:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#527