Fetch the repository succeeded.
This action will force synchronization from 程序猿DD/SpringBoot-Learning, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。