package com.shkpr.service.aimodelpower; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; /** * 测试启动类 */ @SpringBootTest @RunWith(SpringRunner.class) public class AimodelpowerApplicationTests { @Test public void test() { } }