diff --git a/pom.xml b/pom.xml
index a73d7ed357..9dea3dc79d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
spring-boot-keycloak
spring-boot-bootstrap
spring-boot-admin
- spring-boot-tomcat
+ spring-boot-ops
spring-boot-security
spring-cloud-data-flow
spring-cloud
diff --git a/spring-boot-tomcat/pom.xml b/spring-boot-ops/pom.xml
similarity index 90%
rename from spring-boot-tomcat/pom.xml
rename to spring-boot-ops/pom.xml
index 29c8ce95d6..0d0ccc0ef2 100644
--- a/spring-boot-tomcat/pom.xml
+++ b/spring-boot-ops/pom.xml
@@ -4,12 +4,12 @@
4.0.0
com.baeldung
- spring-boot-tomcat
+ spring-boot-ops
0.0.1-SNAPSHOT
war
- spring-boot-tomcat
- Demo project for Spring Boot and Tomcat setup
+ spring-boot-ops
+ Demo project for Spring Boot
org.springframework.boot
diff --git a/spring-boot-tomcat/src/main/java/com/baeldung/springbootsimple/SpringBootTomcatApplication.java b/spring-boot-ops/src/main/java/com/baeldung/springbootsimple/SpringBootTomcatApplication.java
similarity index 100%
rename from spring-boot-tomcat/src/main/java/com/baeldung/springbootsimple/SpringBootTomcatApplication.java
rename to spring-boot-ops/src/main/java/com/baeldung/springbootsimple/SpringBootTomcatApplication.java
diff --git a/spring-boot-tomcat/src/main/java/com/baeldung/springbootsimple/TomcatController.java b/spring-boot-ops/src/main/java/com/baeldung/springbootsimple/TomcatController.java
similarity index 100%
rename from spring-boot-tomcat/src/main/java/com/baeldung/springbootsimple/TomcatController.java
rename to spring-boot-ops/src/main/java/com/baeldung/springbootsimple/TomcatController.java
diff --git a/spring-boot-tomcat/src/main/resources/application.properties b/spring-boot-ops/src/main/resources/application.properties
similarity index 100%
rename from spring-boot-tomcat/src/main/resources/application.properties
rename to spring-boot-ops/src/main/resources/application.properties
diff --git a/spring-boot-tomcat/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java b/spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java
similarity index 100%
rename from spring-boot-tomcat/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java
rename to spring-boot-ops/src/test/java/com/baeldung/springbootsimple/SpringBootTomcatApplicationTests.java