Skip to content

Commit 70547a3

Browse files
committed
spring-projects#117 - Removed explicit configuration of main class for Boot plugin in Starbucks example.
The configuration is obsolete as the client has been moved into a test case for a while already.
1 parent a7f231c commit 70547a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rest/starbucks/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@
8383
<plugin>
8484
<groupId>org.springframework.boot</groupId>
8585
<artifactId>spring-boot-maven-plugin</artifactId>
86-
<configuration>
87-
<mainClass>example.stores.StoreApp</mainClass>
88-
</configuration>
8986
</plugin>
9087
</plugins>
9188
</build>

0 commit comments

Comments
 (0)