Skip to content

Commit

Permalink
[type:fix] Fix example module main class path (apache#4978)
Browse files Browse the repository at this point in the history
Co-authored-by: gongzhongqiang <[email protected]>
  • Loading branch information
GOODBOY008 and GOODBOY008 committed Aug 10, 2023
1 parent 026b26b commit 7711d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shenyu-examples/shenyu-examples-http-swagger2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<mainClass>org.apache.shenyu.examples.org.apache.shenyu.examples.http.ShenyuTestSwaggerApplication</mainClass>
<mainClass>org.apache.shenyu.examples.http.ShenyuTestSwaggerApplication</mainClass>
<executable>true</executable>
</configuration>
</plugin>
Expand Down

0 comments on commit 7711d77

Please sign in to comment.