1 Star 1 Fork 0

iherr / spring-boot-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.37 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>com.herr</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-boot-admin</module>
<module>spring-boot-base</module>
<module>spring-boot-data</module>
<module>spring-boot-grpc</module>
<module>spring-boot-mq</module>
<module>spring-boot-rpc</module>
<module>spring-boot-zipkin</module>
<module>spring-boot-mvc</module>
<module>spring-boot-self</module>
<module>spring-boot-third</module>
<module>spring-boot-security</module>
<module>spring-boot-http</module>
<module>spring-boot-job</module>
<module>spring-boot-ml</module>
<module>spring-boot-ai</module>
<module>spring-boot-ai/ai-weixin</module>
<module>spring-boot-ai/ai-chatgpt</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.10.RELEASE</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<mybatis-plus.version>3.0.7.1</mybatis-plus.version>
<mybatis.version>1.3.2</mybatis.version>
<fastjson.version>1.2.54</fastjson.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/iherr/spring-boot-demo.git
git@gitee.com:iherr/spring-boot-demo.git
iherr
spring-boot-demo
spring-boot-demo
master

搜索帮助