Skip to content

Commit

Permalink
Fix build configuration not including spring boot after preparing for…
Browse files Browse the repository at this point in the history
… production build.
  • Loading branch information
JK-Delta committed Sep 28, 2019
1 parent b82fefd commit 65a5947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@



<!-- <build>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<!-- <configuration>
<excludeDevtools>false</excludeDevtools>
</configuration>
</configuration> -->
</plugin>
</plugins>
</build> -->
</build>

</project>

0 comments on commit 65a5947

Please sign in to comment.