Skip to content

Commit

Permalink
Task 25 : Add spring-boot-maven-plugin in plugin section of pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapter1990 committed Jul 1, 2024
1 parent a8f547d commit 53a0e90
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>17</source>
<target>17</target>
<source>21</source>
<target>21</target>
<annotationProcessorPaths>
<path>
<groupId>org.mapstruct</groupId>
Expand Down

0 comments on commit 53a0e90

Please sign in to comment.