hongjli
2025-04-16 a284792b8d8555c8a60b2e226bf36f91311d7147
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.weiwojc;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class WeiwojcApplicationTests {
 
    @Test
    void contextLoads() {
    }