Skip to content

Commit a0658b7

Browse files
committed
Merge pull request '整理 Apache 模块中的内容' (#28) from apache into main
Reviewed-on: https://src.isharkfly.com/iSharkFly-Docs/java-tutorials/pulls/28
2 parents 30cd31b + 9c08c55 commit a0658b7

27 files changed

Lines changed: 65 additions & 3 deletions

.idea/compiler.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jpa.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apache/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Apache 模块
2+
3+
Apache 软件基金会是对 Java 开源包中贡献非常大的,很多优秀的代码都能够在 Apache 的开源包中找到。
4+
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<name>apache-httpclient</name>
99

1010
<parent>
11-
<groupId>com.baeldung</groupId>
12-
<artifactId>parent-modules</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
11+
<groupId>com.ossez.apache</groupId>
12+
<artifactId>apache</artifactId>
13+
<version>0.0.2-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>
File renamed without changes.
File renamed without changes.

apache-httpclient/src/test/java/com/baeldung/httpclient/GetRequestMockServer.java renamed to apache/apache-httpclient/src/test/java/com/baeldung/httpclient/GetRequestMockServer.java

File renamed without changes.

0 commit comments

Comments
 (0)