Added configs in the example

This commit is contained in:
Danil Kornishev 2016-12-07 12:36:12 -05:00
parent 58a863ddf9
commit 16b79db058
1 changed files with 10 additions and 0 deletions

View File

@ -111,6 +111,16 @@
<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>org.baeldung.boot.DemoApplication</mainClass>
<layout>ZIP</layout>
<requiresUnpack>
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
</dependency>
</requiresUnpack>
</configuration>
</plugin> </plugin>
<plugin> <plugin>