Skip to content

Commit 89ea43b

Browse files
committed
第二周作业记录迁移
1 parent 562deb2 commit 89ea43b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

02nio/homework02/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>lushangyan</groupId>
8-
<artifactId>work2</artifactId>
8+
<artifactId>homework02</artifactId>
99
<version>1.0</version>
1010

1111
<properties>

02nio/homework02/src/main/java/work/第6题作业.java renamed to 02nio/homework02/src/main/java/work/hongwork6.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import java.io.IOException;
44

5-
public class 第6题作业 {
5+
public class hongwork6 {
66
public static void main(String[] args) throws IOException {
77
String url = "http://localhost:8801";
88
String httpClientResponse = new HttpClientWork().get(url);

0 commit comments

Comments
 (0)