first commit
This commit is contained in:
1
springBoot_SideCar/src/test/java/.pydio
Normal file
1
springBoot_SideCar/src/test/java/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
23970718-ca7c-4ef5-9a98-6ca2c154345c
|
||||
1
springBoot_SideCar/src/test/java/com/.pydio
Normal file
1
springBoot_SideCar/src/test/java/com/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
db038ce6-7662-4cab-b09f-d487eadcf5a4
|
||||
1
springBoot_SideCar/src/test/java/com/guaike/.pydio
Normal file
1
springBoot_SideCar/src/test/java/com/guaike/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
b62cd12a-9b2f-419d-b6e1-7f3d0a3d0817
|
||||
1
springBoot_SideCar/src/test/java/com/service/.pydio
Normal file
1
springBoot_SideCar/src/test/java/com/service/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
dafe1060-bcae-40db-9931-38cd202e0d34
|
||||
@@ -0,0 +1 @@
|
||||
d5a6ca10-4241-4938-ab1b-4b53b9f6a634
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.service.sidecar;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.SpringRunner;
|
||||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class SidecarApplicationTests {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user