瀏覽代碼

layertools

Lzk 3 年之前
父節點
當前提交
afb6496db7
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -199,6 +199,15 @@
                     <encoding>${project.build.sourceEncoding}</encoding>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+                <configuration>
+                    <layers>
+                        <enabled>true</enabled>
+                    </layers>
+                </configuration>
+            </plugin>
         </plugins>
     </build>