Files
msgexchange-api/src/test/java/com/gzzn/omms/msgexchangeapi/MsgexchangeApiApplicationTests.java
T

17 lines
353 B
Java
Raw Normal View History

2018-11-23 09:08:15 +08:00
package com.gzzn.omms.msgexchangeapi;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MsgexchangeApiApplicationTests {
@Test
public void contextLoads() {
}
}