洪城义警-正式版后台
zhongrj
2023-08-04 8ec364949c81cf421cc98d3bbad6848ab032e14e
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("测试~~~~~~");
    }
 
}