From c99aae6e563903a3d2941a0dde95e7a2296e1894 Mon Sep 17 00:00:00 2001 From: Amit Pandey Date: Fri, 1 Jun 2018 22:37:37 +0530 Subject: [PATCH] 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 --- pom.xml | 2 +- spring-boot-ops/README.md | 2 +- ...sts.java => SpringBootTomcatApplicationIntegrationTest.java} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename spring-boot-ops/src/test/java/com/baeldung/springbootsimple/{SpringBootTomcatApplicationTests.java => SpringBootTomcatApplicationIntegrationTest.java} (84%) diff --git a/pom.xml b/pom.xml index f3ef55e8cf..96dfb4f8cd 100644 --- a/pom.xml +++ b/pom.xml @@ -374,7 +374,7 @@ 5 true - false + true true true true diff --git a/spring-boot-ops/README.md b/spring-boot-ops/README.md index b58015ac0f..74eabd56e6 100644 --- a/spring-boot-ops/README.md +++ b/spring-boot-ops/README.md @@ -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) \ No newline at end of file diff --git a/spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java b/spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationIntegrationTest.java similarity index 84% rename from spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java rename to spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationIntegrationTest.java index 4c0d4d577a..a10ebbbd35 100644 --- a/spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java +++ b/spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationIntegrationTest.java @@ -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() {