zrj
2024-10-24 5d518a1bbbfea15a8179542909d92566d052f6f3
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("测试~~~~~~");
    }
 
}