Go to file
2025-07-12 10:47:40 +08:00
.mvn/wrapper 初始化提交 2025-07-12 09:08:02 +08:00
src AI服务 2025-07-12 10:45:14 +08:00
.gitattributes 初始化提交 2025-07-12 09:08:02 +08:00
.gitignore 初始化提交 2025-07-12 09:08:02 +08:00
LICENSE 初始化提交 2025-07-12 09:08:02 +08:00
mvnw 初始化提交 2025-07-12 09:08:02 +08:00
mvnw.cmd 初始化提交 2025-07-12 09:08:02 +08:00
pom.xml AI服务-Springboot自动注入 2025-07-12 10:45:35 +08:00
README.md git操作命令 2025-07-12 10:47:40 +08:00

ai-langChain4j

touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://gitea.huangge1199.cn/ai/ai-langChain4j.git git push -u origin main