1 Star 6 Fork 6

JavaDog/alibaba-ai-boot

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom.xml 1.25 KB
Copy Edit Raw Blame History
JavaDog authored 2024-08-12 21:16 . feat(boot): ai-boot初始化提交
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.javadog.chatgpt</groupId>
<artifactId>alibaba-ai-boot</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>alibaba-ai-boot-dependencies</module>
<module>alibaba-ai-boot-main</module>
<module>alibaba-ai-boot-module</module>
</modules>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.10</version>
</parent>
<repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/javadog-net/alibaba-ai-boot.git
git@gitee.com:javadog-net/alibaba-ai-boot.git
javadog-net
alibaba-ai-boot
alibaba-ai-boot
master

Search

0d507c66 1850385 C8b1a773 1850385