File tree 4 files changed +26
-2
lines changed
src/main/java/iot/technology/httptest
IOT-Guide-Kubernates/src/main/java/iot/technology/kubernetes
IOT-Guide-Msa/src/main/java/iot/technology/msa
4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 19
19
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
20
20
21
21
<modelVersion >4.0.0</modelVersion >
22
- <name >IOT :: Guide :: HTTP :: Test</name >
22
+ <name >IOT Technology Guide :: Test</name >
23
23
<groupId >com.sanshengshui</groupId >
24
24
<artifactId >IOT-Guide-HTTP-Test</artifactId >
25
25
<version >1.0-SNAPSHOT</version >
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 7
7
public class MsaServer {
8
8
9
9
public static void main (String [] args ) {
10
-
10
+ System . out . println ( "waiting update......!" );
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments