.mvn/wrapper | ||
src | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
README.md |
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