lxw
2022-09-06 402790ff38f3aa84544f3f4527b0c89e852ce494
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.whyc.resmetermanager;
 
import org.junit.Test;
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest
class ResMeterManagerApplicationTests {
 
    @Test
    void contextLoads() {
    }
 
}