1 Star 0 Fork 51

HG/bulk-demo

forked from 散装java/bulk-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
散装java 提交于 2024-04-02 23:00 . add swagger & openapi3
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>top.bulk</groupId>
<artifactId>bulk-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>bulk-demo</name>
<packaging>pom</packaging>
<description>
所有项目合集
每一个模块都是单独的一个项目
为了确保加载速度,使用时候请打开对应模块的注释
</description>
<modules>
<module>spring-boot-bloom-filter</module>
<module>spring-boot-websocket</module>
<module>spring-boot-lock</module>
<module>spring-boot-mq</module>
<module>spring-boot-datasource</module>
<module>spring-boot-search</module>
<module>spring-boot-doc</module>
</modules>
<repositories>
<repository>
<id>central</id>
<name>aliyun</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<layout>default</layout>
<!-- 是否开启发布版构件下载 -->
<releases>
<enabled>true</enabled>
</releases>
<!-- 是否开启快照版构件下载 -->
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>central</id>-->
<!-- <name>osc</name>-->
<!-- <url>http://maven.oschina.net/content/groups/public/</url>-->
<!-- <layout>default</layout>-->
<!-- &lt;!&ndash; 是否开启发布版构件下载 &ndash;&gt;-->
<!-- <releases>-->
<!-- <enabled>true</enabled>-->
<!-- </releases>-->
<!-- &lt;!&ndash; 是否开启快照版构件下载 &ndash;&gt;-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
</repositories>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/HGZtao/bulk-demo.git
[email protected]:HGZtao/bulk-demo.git
HGZtao
bulk-demo
bulk-demo
master

搜索帮助