mirror of
https://github.com/itbaima-study/SpringBoot-Vue-Template-Jwt.git
synced 2025-05-17 21:11:15 +08:00
14 lines
222 B
Java
14 lines
222 B
Java
package com.example;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class MyProjectBackendApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
|
|
}
|
|
}
|