1 Star 0 Fork 6K

study/SpringBoot-Learning

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pom.xml 2.95 KB
Copy Edit Raw Blame History
<?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.didispace</groupId>
<artifactId>SpringBoot-Learning</artifactId>
<version>2.0-SNAPSHOT</version>
<description>全网Star最多的Spring Boot基础教程</description>
<modules>
<!--快速入门-->
<module>chapter1-1</module>
<!--API开发-->
<module>chapter2-1</module> <!-- 构建RESTful API与单元测试 -->
<module>chapter2-2</module> <!-- 使用Swagger2构建强大的API文档 -->
<module>chapter2-3</module> <!-- JSR-303实现请求参数校验 -->
<module>chapter2-4</module> <!-- Swagger接口分类与各元素排序问题详解 -->
<module>chapter2-5</module> <!-- Swagger静态文档的生成 -->
<module>chapter2-6</module> <!-- 找回启动日志中的请求路径列表 -->
<module>chapter2-7</module> <!-- 使用SpringFox3生成Swagger文档 -->
<!-- 2-8 使用Webflux编写API接口 -->
<!--数据访问(关系型数据库)-->
<module>chapter3-1</module> <!-- 使用JdbcTemplate访问MySQL数据库 -->
<module>chapter3-2</module> <!-- 默认数据源Hikari的配置详解 -->
<module>chapter3-3</module> <!-- 使用国产数据库连接池Druid -->
<module>chapter3-4</module> <!-- 使用Spring Data JPA访问MySQL -->
<module>chapter3-5</module> <!-- 使用 MyBatis -->
<module>chapter3-6</module> <!-- 使用 MyBatis(xml配置方式)-->
<module>chapter3-7</module> <!-- JdbcTemplate的多数据源配置 -->
<module>chapter3-8</module> <!-- Spring Data JPA的多数据源配置 -->
<module>chapter3-9</module> <!-- MyBatis的多数据源配置 -->
<module>chapter3-10</module> <!-- 事务管理入门 -->
<!-- 3-11 使用Flyway管理数据库版本 -->
<!-- 3-12 使用Liquibase管理数据库版本 -->
<!-- 3-13 分布式事务 -->
<!-- Web开发 -->
<module>chapter4-1</module> <!-- 使用 Thymeleaf开发Web页面 -->
<module>chapter4-2</module> <!-- 使用 ECharts 绘制折线图 -->
<!-- 各种缓存 -->
<module>chapter5-1</module> <!-- 使用进程内缓存 -->
<module>chapter5-2</module> <!-- 使用进程内缓存 EhCache -->
<module>chapter5-3</module> <!-- 使用EhCache缓存集群 -->
<module>chapter5-4</module> <!-- 使用集中式缓存Redis -->
<!-- 5-5 Redis + EhCache的二连组合拳 -->
<!-- 其他常用的数据储存 -->
<!-- 6-1 使用MongoDB -->
<!-- 6-2 使用Elasticsearch -->
<!-- 6-3 使用轻量级树状存储 LDAP -->
<!-- 6-4 使用时序数据库 InfluxDB -->
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/MyJavaCode/SpringBoot-Learning.git
git@gitee.com:MyJavaCode/SpringBoot-Learning.git
MyJavaCode
SpringBoot-Learning
SpringBoot-Learning
master

Search