Skip to content

Commit 2af47a8

Browse files
committed
更新README:添加GitHub徽章和统计信息
1 parent 6e29680 commit 2af47a8

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Java AI Starter
22

3-
![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)
4-
![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge&logo=spring-boot&logoColor=white)
5-
![OpenAI](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white)
6-
![License](https://img.shields.io/badge/License-MIT-blue.svg)
3+
<!-- 仓库统计徽章 -->
4+
[![GitHub stars](https://img.shields.io/github/stars/IntelliDev-AI/java-ai-starter?style=for-the-badge)](https://github.com/IntelliDev-AI/java-ai-starter/stargazers)
5+
[![GitHub forks](https://img.shields.io/github/forks/IntelliDev-AI/java-ai-starter?style=for-the-badge)](https://github.com/IntelliDev-AI/java-ai-starter/network)
6+
[![GitHub issues](https://img.shields.io/github/issues/IntelliDev-AI/java-ai-starter?style=for-the-badge)](https://github.com/IntelliDev-AI/java-ai-starter/issues)
7+
[![GitHub license](https://img.shields.io/github/license/IntelliDev-AI/java-ai-starter?style=for-the-badge)](https://github.com/IntelliDev-AI/java-ai-starter/blob/main/LICENSE)
8+
9+
<!-- 技术栈徽章 -->
10+
[![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white)](https://java.com)
11+
[![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge&logo=spring-boot&logoColor=white)](https://spring.io/projects/spring-boot)
12+
[![OpenAI](https://img.shields.io/badge/OpenAI-412991?style=for-the-badge&logo=openai&logoColor=white)](https://openai.com)
13+
[![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://docker.com)
14+
[![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)](https://github.com/features/actions)
15+
16+
<!-- GitHub Actions状态 -->
17+
[![CI/CD Pipeline](https://github.com/IntelliDev-AI/java-ai-starter/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/IntelliDev-AI/java-ai-starter/actions/workflows/ci-cd.yml)
718

819
Spring Boot + OpenAI 快速启动模板,专为Java开发者设计的AI应用基础框架。
920

0 commit comments

Comments
 (0)