ShareCenterProxyApplicationTests.java 440 字节
package cn.living.sharecenter;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

/**
 * @Description TODO
 * @Author Living
 * @Date 2019/6/14 15:40
 * @Version 1.0
 **/
@RunWith(SpringRunner.class)
@SpringBootTest
public class ShareCenterProxyApplicationTests {

    @Test
    public void context(){

    }
}