The Dominant Programmer
The Dominant Programmer
Apr 25, 2026 · Backend Development

Integrating LangChain4j with Spring Boot for Fast AI Conversations on Alibaba Baichuan

This guide walks through using the SpringAIAlibaba framework to integrate Alibaba Baichuan with Spring Boot via LangChain4j, explains core concepts, compares LangChain4j to Spring AI and OpenAI, and provides step‑by‑step dependency setup, environment configuration, code examples, and a simple browser test.

AI chatAgentAlibaba Baichuan
0 likes · 11 min read
Integrating LangChain4j with Spring Boot for Fast AI Conversations on Alibaba Baichuan
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Backend Development

Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide

This article walks through building an intelligent agent using Alibaba Baichuan workflow to automatically create software test cases and scripts, covering node setup, knowledge‑base integration, system and user prompts, test data design, API testing with Python requests, and Playwright UI testing, complete with database cleanup and CSRF handling.

API testingAlibaba BaichuanCI/CD
0 likes · 97 min read
Generating Test Cases and Scripts with Alibaba Baichuan Workflow – A Step‑by‑Step Guide