# 2. 安装依赖 pip install -r requirements.txt
# 3. 启动 Python 服务(端口 8090) uvicorn app:app --host 0.0.0.0 --port 8090
# 4. 重启 Spring Boot(正常启动即可)