File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
代码/segmentfault/deep-in-java/stage-8 Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 15
15
<modules >
16
16
<module >stage-8-lesson-1</module >
17
17
<module >stage-8-lesson-2</module >
18
+ <module >stage-8-lesson-3</module >
18
19
</modules >
19
20
20
21
</project >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >stage-8</artifactId >
7
+ <groupId >com.segmentfault</groupId >
8
+ <version >1.0-SNAPSHOT</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
+
12
+ <artifactId >stage-8-lesson-3</artifactId >
13
+ <name >「一入 Java 深似海 」系列 :: 第八期 :: 第二节</name >
14
+
15
+ </project >
You can’t perform that action at this time.
0 commit comments