Bael 6556 5 (#4385)
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * Added README * [BAEL-6556] - Renamed next set of testcases * [BAEL-6556] - Renamed next set of testcases * [BAEL-6556] - Renamed next set of testcases
This commit is contained in:
parent
50f5cba9da
commit
c99aae6e56
2
pom.xml
2
pom.xml
|
@ -374,7 +374,7 @@
|
|||
<configuration>
|
||||
<failurePriority>5</failurePriority> <!-- TODO change to 0 after fixing the project -->
|
||||
<aggregate>true</aggregate>
|
||||
<failOnViolation>false</failOnViolation>
|
||||
<failOnViolation>true</failOnViolation>
|
||||
<verbose>true</verbose>
|
||||
<linkXRef>true</linkXRef>
|
||||
<includeTests>true</includeTests>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)
|
||||
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)
|
|
@ -7,7 +7,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class SpringBootTomcatApplicationTests {
|
||||
public class SpringBootTomcatApplicationIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void contextLoads() {
|
Loading…
Reference in New Issue