-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpom.xml
77 lines (49 loc) · 2.36 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
<?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>org.spring.springboot</groupId>
<artifactId>spring-boot-side-package</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>spring-boot-side-package</name>
<description>Demo project for Spring Boot</description>
<modules>
<module>springboot-parent</module>
<module>springboot-quickstart</module>
<module>springboot-admin</module>
<module>springboot-base</module>
<module>springboot-test</module>
<module>springboot-aop</module>
<module>springboot-language-kotlin</module>
<module>springboot-language-jdk</module>
<module>springboot-language-groovy</module>
<module>springboot-cache-redis</module>
<module>springboot-cache-with-spring</module>
<module>springboot-oauth-security-oauth2</module>
<module>springboot-oauth-shiro</module>
<module>springboot-jar-pom</module>
<module>springboot-mq-kafka</module>
<module>springboot-mq-rabbitmq</module>
<module>springboot-mq-rocketmq</module>
<module>springboot-scheduling-task</module>
<module>springboot-scheduling-task-mossrose</module>
<module>springboot-doc</module>
<module>springboot-async-methods</module>
<module>springboot-data-elasticsearch</module>
<module>springboot-data-mybatis-sharding-jdbc</module>
<module>springboot-data-jpa</module>
<module>springboot-data-mongodb</module>
<module>springboot-data-mybatis-annotation</module>
<module>springboot-data-mybatis-mult-datasource</module>
<module>springboot-soa-dubbo</module>
<module>springboot-web</module>
<module>springboot-web-freemarker</module>
<module>springboot-webflux-web</module>
<module>springboot-webflux-websocket</module>
<module>springboot-webflux-redis-mongodb</module>
<module>springboot-with-docker</module>
<module>springboot-cap-ignite</module>
<module>springboot-cap-zookeeper</module>
</modules>
</project>