#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.
This commit is contained in:
Oliver Gierke
2015-07-30 11:38:20 +02:00
parent a7f231c2ed
commit 70547a363b

View File

@@ -83,9 +83,6 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>example.stores.StoreApp</mainClass>
</configuration>
</plugin>
</plugins>
</build>