Skip to content

Commit 34bf754

Browse files
committed
🏗️ update package name
1 parent ea8e77f commit 34bf754

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

IOT-Guide-HTTP-Test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020

2121
<modelVersion>4.0.0</modelVersion>
22-
<name>IOT :: Guide :: HTTP :: Test</name>
22+
<name>IOT Technology Guide :: Test</name>
2323
<groupId>com.sanshengshui</groupId>
2424
<artifactId>IOT-Guide-HTTP-Test</artifactId>
2525
<version>1.0-SNAPSHOT</version>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package iot.technology.httptest;
2+
3+
/**
4+
* @author james mu
5+
* @date 2020/5/20 17:40
6+
*/
7+
public class HttpTestServer {
8+
9+
public static void main(String[] args) {
10+
System.out.println("waiting update......!");
11+
}
12+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package iot.technology.kubernetes;
2+
3+
/**
4+
* @author james mu
5+
* @date 2020/5/20 17:39
6+
*/
7+
public class KubernetesServer {
8+
9+
public static void main(String[] args) {
10+
System.out.println("waiting update......!");
11+
}
12+
}

IOT-Guide-Msa/src/main/java/iot/technology/msa/MsaServer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
public class MsaServer {
88

99
public static void main(String[] args) {
10-
10+
System.out.println("waiting update......!");
1111
}
1212
}

0 commit comments

Comments
 (0)