如洲 陈
2025-05-29 2674a4c92e0a2091a32e578da1bef082ab3d28b9
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.gs.simple;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class SimpleApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}