廖井涛
2024-01-23 1de7198e488a0e4e82c67b36b498db1c4aef73e5
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.example.erp;
 
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class ErpApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}