mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-02-23 22:50:47 +08:00
初始化项目
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package cn.xf.springbootbasedemo;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class BaseDemoApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user