commit f3634b630a616671e96b951eca1cfeed26e35a24 Author: wangbing Date: Thu Feb 20 21:53:26 2025 +0800 上传 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13e058c --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +/.idea +*.iml +/.settings +/bin +/gen +/build +/gradle +/classes +.classpath +.project +*.gradle +gradlew +local.properties +node_modules/ +data/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..99015ab --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +## 人工智能学习 \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..42cdb80 --- /dev/null +++ b/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + xyz.wbsite + start-ai + 0.0.1-SNAPSHOT + jar + + + 1.8 + + + + + + central + Central Repository + default + https://maven.aliyun.com/repository/public + + + + + + central + Central Repository + https://maven.aliyun.com/repository/public + default + + + + + + + cn.hutool + hutool-all + 5.8.0.M2 + + + + org.dromara.easyai + easyAi + 1.3.3 + + + \ No newline at end of file diff --git a/src/main/java/xyz/wbsite/start-ai/Main.java b/src/main/java/xyz/wbsite/start-ai/Main.java new file mode 100644 index 0000000..e69de29