We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e0edf1 + 521c341 commit 9c99d2cCopy full SHA for 9c99d2c
1 file changed
spring-boot-mvc/pom.xml
@@ -46,6 +46,10 @@
46
<plugin>
47
<groupId>org.springframework.boot</groupId>
48
<artifactId>spring-boot-maven-plugin</artifactId>
49
+ <configuration>
50
+ <mainClass>com.baeldung.springbootmvc.SpringBootMvcApplication</mainClass>
51
+ <layout>JAR</layout>
52
+ </configuration>
53
</plugin>
54
</plugins>
55
</build>
@@ -56,6 +60,7 @@
56
60
<java.version>1.8</java.version>
57
61
<!-- ROME for RSS -->
58
62
<rome.version>1.10.0</rome.version>
63
+ <start-class>com.baeldung.springbootmvc.SpringBootMvcApplication</start-class>
59
64
</properties>
65
66
</project>
0 commit comments