Skip to content

Commit 88a9568

Browse files
committed
demo error
1 parent 2246a8e commit 88a9568

File tree

1 file changed

+3
-2
lines changed
  • spring-boot-samples/spring-boot-sample-jetty

1 file changed

+3
-2
lines changed

spring-boot-samples/spring-boot-sample-jetty/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
</organization>
1818
<properties>
1919
<main.basedir>${basedir}/../..</main.basedir>
20+
<start-class>sample.jetty.SampleJettyApplication</start-class>
2021
</properties>
2122
<dependencies>
2223
<dependency>
@@ -40,8 +41,8 @@
4041
<build>
4142
<plugins>
4243
<plugin>
43-
<groupId>org.springframework.boot</groupId>
44-
<artifactId>spring-boot-maven-plugin</artifactId>
44+
<groupId>org.apache.maven.plugins</groupId>
45+
<artifactId>maven-shade-plugin</artifactId>
4546
</plugin>
4647
</plugins>
4748
</build>

0 commit comments

Comments
 (0)