fix(测试接口)

master
031026 2024-05-21 22:32:02 +08:00
parent 12fa3f651b
commit f16b0fc491
2 changed files with 20 additions and 0 deletions

View File

@ -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>

View File

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