签到模块
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
package cn.novalon.gym.manage.checkin;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
public class CheckInModuleTest {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
# Test Configuration
|
||||
Reference in New Issue
Block a user