Compare commits
9 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
9460eb41e2 | |
|
|
fb6c350928 | |
|
|
138fbdb5e8 | |
|
|
2ac48e5761 | |
|
|
d3be3eb579 | |
|
|
d25ae56dc0 | |
|
|
295c42fdf6 | |
|
|
0018d63d55 | |
|
|
4f16205f4e |
|
|
@ -1 +1,3 @@
|
|||
Hello world.
|
||||
that's the end .
|
||||
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -10,7 +10,7 @@
|
|||
<packaging>war</packaging>
|
||||
|
||||
<name>TEST-SERVER</name>
|
||||
<description>全公司可能就只有黄晓和我会玩的服务端</description>
|
||||
<description>描述</description>
|
||||
<url>http://www.chinaweal.com.cn</url>
|
||||
|
||||
<properties>
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@ public class TestProject {
|
|||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("全公司可能就只有黄晓和我会玩的服务端");
|
||||
Sysout.out.println("苍茫的天涯是我的爱,绵绵的青山脚下花正开。");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue