-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpom.xml
35 lines (35 loc) · 1.49 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
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ada</groupId>
<artifactId>repository-code</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>个人的代码仓库</description>
<modules>
<module>apollo-demo</module>
<module>distribute-demo</module>
<module>jvm-demo</module>
<module>multi-thread-demo</module>
<module>netty-demo</module>
<module>rpc-demo</module>
<module>software-design-demo</module>
<module>zookeeper-demo</module>
<module>spring-demo</module>
<!--<module>dubbo-demo</module>-->
<module>rabbitmq-demo</module>
<module>redis-demo</module>
<module>kafka-demo</module>
<module>job-demo</module>
<module>mycat-demo</module>
<module>micro-services-demo</module>
<module>rocketmq-demo</module>
<module>sentinel-demo</module>
<module>spring-cloud-demo</module>
<module>java-demo</module>
<module>mybatis-demo</module>
<module>spring-demo/spring-state-machine</module>
</modules>
<!-- SpringBoot使用了3.0或者3.0以上,因为Spring官方发布从Spring6以及SprinBoot3.0开始最低支持JDK17-->
</project>