Initial commit

This commit is contained in:
2018-12-26 13:16:53 +01:00
commit 9afee34f8f
17 changed files with 877 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package me.aski.prepactrlws;
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 PrepactrlwsApplicationTests {
@Test
public void contextLoads() {
}
}