AE86 5 năm trước cách đây
mục cha
commit
e3282b2658
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      dbsyncer-web/pom.xml

+ 2 - 2
dbsyncer-web/pom.xml

@@ -101,14 +101,14 @@
         <finalName>${project.parent.artifactId}-${project.parent.version}</finalName>
 
         <plugins>
-            <!-- 热部署 -->
+            <!-- 热部署
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
                     <fork>true</fork>
                 </configuration>
-            </plugin>
+            </plugin> -->
 
             <!-- compiler插件参数设置,指定编码 -->
             <plugin>