-
Notifications
You must be signed in to change notification settings - Fork 4.9k
/
pom.xml
94 lines (81 loc) · 5.29 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?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>2.x</artifactId>
<version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>全网Star最多的Spring Boot基础教程</description>
<modules>
<!--快速入门-->
<module>chapter1-1</module>
<!--配置文件-->
<module>chapter1-2</module> <!-- 2.4版本前后的多环境配置与配置激活 -->
<module>chapter1-3</module> <!-- 2.4版本前后的配置分组配置 -->
<module>chapter1-4</module> <!-- 配置元数据的应用 -->
<module>chapter1-5</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文档 -->
<module>chapter2-8</module> <!-- 如何扩展XML格式的请求和响应 -->
<!-- <module>chapter2-9</module> <!– 使用spring-graphql构建API –>-->
<!-- 2-x 使用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访问MySQL -->
<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> <!-- 事务管理入门 -->
<module>chapter3-11</module> <!-- 使用Flyway管理数据库版本 -->
<module>chapter3-12</module> <!-- 使用JTA实现多数据源的事务 -->
<module>chapter3-13</module> <!--2.5版本之后的数据脚本初始化 -->
<!-- 3-12 使用Liquibase管理数据库版本 -->
<!-- 3-13 分布式事务 -->
<!-- Web开发 -->
<module>chapter4-1</module> <!-- 使用 Thymeleaf开发Web页面 -->
<module>chapter4-2</module> <!-- 使用 ECharts 绘制折线图 -->
<module>chapter4-3</module> <!-- 文件上传 -->
<module>chapter4-4</module> <!-- 多文件上传 -->
<module>chapter4-5</module> <!-- 整合Spring Security -->
<!-- 各种缓存 -->
<module>chapter5-1</module> <!-- 使用进程内缓存 -->
<module>chapter5-2</module> <!-- 使用进程内缓存 EhCache -->
<module>chapter5-3</module> <!-- 使用EhCache缓存集群 -->
<module>chapter5-4</module> <!-- 使用集中式缓存Redis -->
<module>chapter5-5</module> <!-- 使用Redis的发布订阅-->
<!-- <module>chapter5-6</module> <!– 5-6 Redis + EhCache的二连组合拳 –>-->
<!-- 其他常见数据储存的使用 -->
<module>chapter6-1</module> <!-- 6-1 使用MongoDB -->
<module>chapter6-2</module> <!-- 6-2 使用轻量级树状存储 LDAP -->
<module>chapter6-3</module> <!-- 6-3 使用时序数据库 InfluxDB -->
<module>chapter6-4</module> <!-- 6-4 使用PostgreSQL数据库 -->
<!-- 6-5 使用Elasticsearch -->
<!-- 任务管理 -->
<module>chapter7-1</module> <!-- 7-1 使用@Scheduled实现定时任务 -->
<module>chapter7-2</module> <!-- 7-2 使用Elastic Job实现定时任务 -->
<module>chapter7-3</module> <!-- 7-3 使用Elastic Job的分片配置 -->
<module>chapter7-4</module> <!-- 7-4 使用Elastic Job的namespace防止任务名冲突 -->
<module>chapter7-5</module> <!-- 7-5 使用@Async实现异步任务 -->
<module>chapter7-6</module> <!-- 7-6 配置@Async异步任务的线程池 -->
<module>chapter7-7</module> <!-- 7-7 如何隔离@Async异步任务的线程池 -->
<module>chapter7-8</module> <!-- 7-8 为@Async异步任务线程池配置拒绝策略 -->
<!-- 7-9 为@Async异步任务添加超时时间 -->
<!-- 日志管理 -->
<module>chapter8-1</module> <!-- 8-1 默认日志管理与Logback配置详解 -->
<module>chapter8-2</module> <!-- 8-2 使用log4j2记录日志 -->
<module>chapter8-3</module> <!-- 8-3 使用tinylog记录日志 -->
<!-- 其他内容 -->
<!-- 9-1 如何生成二维码 -->
</modules>
</project>