Skip to content

Commit

Permalink
BAEL-7521 - adding main class in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1navv committed Mar 3, 2024
1 parent 619842c commit 9d7262f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion spring-di-4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,15 @@
<artifactId>spring-boot-starter-test</artifactId>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.baeldung.registrypostprocessor.RegistryPostProcessorApplication</mainClass>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 9d7262f

Please sign in to comment.