first commit

This commit is contained in:
编码猿
2024-09-27 01:06:04 +08:00
commit cbed24c40d
205 changed files with 8732 additions and 0 deletions

View File

@@ -0,0 +1 @@
23970718-ca7c-4ef5-9a98-6ca2c154345c

View File

@@ -0,0 +1 @@
db038ce6-7662-4cab-b09f-d487eadcf5a4

View File

@@ -0,0 +1 @@
b62cd12a-9b2f-419d-b6e1-7f3d0a3d0817

View File

@@ -0,0 +1 @@
dafe1060-bcae-40db-9931-38cd202e0d34

View File

@@ -0,0 +1 @@
d5a6ca10-4241-4938-ab1b-4b53b9f6a634

View File

@@ -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() {
}
}