1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

[后端] 添加OpenFeign RPC框架;添加access微服务项目;添加进出码接口;添加postman-collection JSON

This commit is contained in:
2022-11-27 21:01:38 +08:00
parent eaecc486df
commit 941ba4f306
23 changed files with 446 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
package com.cxyxiaomo.epp.access;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}