Merge pull request #3992 from eugenp/issue-3990

add main class
This commit is contained in:
Loredana Crusoveanu
2018-04-13 02:22:31 +03:00
committed by GitHub

View File

@@ -66,6 +66,10 @@
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>com.baeldung.passwordstorage.PasswordStorageApplication</mainClass>
<layout>JAR</layout>
</configuration>
</plugin> </plugin>
<plugin> <plugin>