1 Star 0 Fork 34

断笔画墨/springboot2.x

forked from 赛泰先生/springboot2.x 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 4.09 KB
一键复制 编辑 原始数据 按行查看 历史
explore 提交于 2023-05-29 17:09 +08:00 . 初始化
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<parent>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.7.0</version>
<relativePath/>
</parent>
<groupId>xin.altitude.demo</groupId>
<artifactId>springboot2.0</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>00-springboot2.0</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>1.8</java.version>
</properties>
<packaging>pom</packaging>
<modules>
<module>100-springboot-other</module>
<module>099-springboot-es</module>
<module>098-springboot-kafka</module>
<module>097-springboot-rocketmq</module>
<module>096-springboot-rabbitmq</module>
<module>095-springboot-redis</module>
<module>094-springboot-netty</module>
<module>093-springboot-zookeeper</module>
<module>092-springboot-dubbo</module>
<module>091-springboot-sharding-jdbc</module>
<module>090-springboot-mysql-read-write-split</module>
<module>086-springboot-log</module>
<module>085-springboot-task</module>
<module>081-springboot-data</module>
<module>074-springboot-http</module>
<module>071-springboot-cache</module>
<module>056-springboot-websocket</module>
<module>053-springboot-multi-datasource</module>
<module>052-springboot-datasource</module>
<module>049-springboot-template</module>
<module>048-springboot-transaction</module>
<module>041-springboot-mybatis-plus-joinquery</module>
<module>040-springboot-mybatis-plus</module>
<module>039-springboot-mybatis</module>
<module>035-springboot-retry</module>
<module>032-springboot-delay-task</module>
<module>031-springboot-table-field-encrypt</module>
<module>030-springboot-security-oauth</module>
<module>029-springboot-security</module>
<module>028-springboot-shiro</module>
<module>027-springboot-web</module>
<module>027-springboot-web-service</module>
<module>026-springboot-batch</module>
<module>025-springboot-aop</module>
<module>024-springboot-async</module>
<module>023-springboot-do-vo-dto</module>
<module>022-springboot-bean-validation</module>
<module>021-springboot-config</module>
<module>020-springboot-data-desensitization</module>
<module>019-springboot-config-file-password-encrypt</module>
<module>018-springboot-multi-config-file</module>
<module>017-springboot-circle-dependency</module>
<module>015-springboot-handle-exception</module>
<module>014-springboot-filter-interceptor</module>
<module>013-springboot-read-config-properties</module>
<module>012-springboot-bean-life-cycle</module>
<module>010-springboot-read-file</module>
<module>009-springboot-config-file-load-order</module>
<module>008-springboot-autowired</module>
<module>007-springboot-core-tools</module>
<module>000-springboot-hello-world</module>
<module>042-springboot-mybatis-plus-multi-table-query</module>
<module>087-springboot-log-logback</module>
<module>089-springboot-redisson</module>
<module>033-springboot-list-to-tree</module>
<module>072-springboot-easyexcel</module>
<module>080-springboot-ddd</module>
<module>037-springboot-jdbc</module>
<module>038-springboot-jpa</module>
<module>056-springboot-sse</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/youtome/springboot2.x.git
git@gitee.com:youtome/springboot2.x.git
youtome
springboot2.x
springboot2.x
main

搜索帮助