mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
Initial commit
This commit is contained in:
13
src/test/java/cn/lihongjie/coal/CoalApplicationTests.java
Normal file
13
src/test/java/cn/lihongjie/coal/CoalApplicationTests.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package cn.lihongjie.coal;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class CoalApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user