From 7711d775dad78b20b4bce4dd24ff475f5c63a463 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Thu, 10 Aug 2023 11:05:34 +0800 Subject: [PATCH] [type:fix] Fix example module main class path (#4978) Co-authored-by: gongzhongqiang --- shenyu-examples/shenyu-examples-http-swagger2/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shenyu-examples/shenyu-examples-http-swagger2/pom.xml b/shenyu-examples/shenyu-examples-http-swagger2/pom.xml index 645c38c2331a..8901cf27de56 100644 --- a/shenyu-examples/shenyu-examples-http-swagger2/pom.xml +++ b/shenyu-examples/shenyu-examples-http-swagger2/pom.xml @@ -96,7 +96,7 @@ org.springframework.boot spring-boot-maven-plugin - org.apache.shenyu.examples.org.apache.shenyu.examples.http.ShenyuTestSwaggerApplication + org.apache.shenyu.examples.http.ShenyuTestSwaggerApplication true