tangzy
2022-07-21 83ccf770de4f2a7ea0debde1d411bf2085877104
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.springblade.test;
 
/**
 * Blade单元测试
 *
 * @author Chill
 */
//@RunWith(BladeSpringRunner.class)
//@BladeBootTest(appName = "blade-runner", profile = "test")
public class BladeTest {
 
    //@Test
    public void contextLoads() {
        System.out.println("测试~~~~~~");
    }
 
}