Skip to content

Commit

Permalink
layertools
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk50136 committed Mar 11, 2022
1 parent 56dec22 commit afb6496
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit afb6496

Please sign in to comment.