| @@ -196,6 +196,15 @@ | |||
| <encoding>UTF-8</encoding> | |||
| </configuration> | |||
| </plugin> | |||
| <plugin> | |||
| <groupId>org.apache.maven.plugins</groupId> | |||
| <artifactId>maven-surefire-plugin</artifactId> | |||
| <version>2.22.1</version> | |||
| <configuration> | |||
| <skipTests>true</skipTests> | |||
| </configuration> | |||
| </plugin> | |||
| </plugins> | |||
| </build> | |||
| @@ -1,9 +1,14 @@ | |||
| package com.xdf.creative; | |||
| import junit.framework.TestCase; | |||
| 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 | |||
| class CreativeApplicationTests { | |||
| public class CreativeApplicationTests | |||
| extends TestCase { | |||
| @Test | |||
| void contextLoads() { | |||