diff --git a/tz/user/pom.xml b/tz/user/pom.xml
index 1b8915f..547d5da 100644
--- a/tz/user/pom.xml
+++ b/tz/user/pom.xml
@@ -20,6 +20,9 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>
@@ -29,6 +32,7 @@
                 </executions>
             </plugin>
         </plugins>
+
     </build>