fix(测试接口)
parent
12fa3f651b
commit
f16b0fc491
|
@ -57,6 +57,11 @@
|
|||
<artifactId>logstash-logback-encoder</artifactId>
|
||||
<version>6.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjweaver</artifactId>
|
||||
<version>1.9.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
package com.muyu.auth.service.text;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
/**
|
||||
*
|
||||
*@ClassName: TestDay01Test
|
||||
* @author AnNan.Wang
|
||||
* @createTime: 2024/5/21 19:14
|
||||
*/
|
||||
@Test
|
||||
public class TestDay01Test {
|
||||
|
||||
}
|
Loading…
Reference in New Issue