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 @@
12648447-6140-4882-b076-7b928a6343c3

View File

@@ -0,0 +1 @@
697b66cf-8149-450a-967d-cea959a91811

View File

@@ -0,0 +1 @@
96cbc8f7-c950-4a45-ac0d-5e7eab0e05aa

View File

@@ -0,0 +1,16 @@
package com.gateway.zuul;
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 ZuulApplicationTests {
@Test
public void contextLoads() {
}
}

View File

@@ -0,0 +1 @@
bcff0fec-52c7-4974-b12a-526a01845ca7