This is an automated email from the ASF dual-hosted git repository.

hefengen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new b68d4ce281 shenyu-examples: fix spelling (#5254)
b68d4ce281 is described below

commit b68d4ce281d1945fbcffedfcfb8ce1d3a1eac1cc
Author: John Bampton <[email protected]>
AuthorDate: Thu Oct 26 11:10:47 2023 +1000

    shenyu-examples: fix spelling (#5254)
---
 .../src/main/resources/shenyu.xml                                     | 2 +-
 shenyu-examples/shenyu-examples-eureka/pom.xml                        | 4 ++--
 .../src/main/resources/shenyu.xml                                     | 2 +-
 .../src/main/resources/context/shenyu.xml                             | 2 +-
 .../shenyu-examples-springmvc/src/main/resources/context/shenyu.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/shenyu.xml
 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/shenyu.xml
index 0dbf332ef8..8cf4b329c5 100644
--- 
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/shenyu.xml
+++ 
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/src/main/resources/shenyu.xml
@@ -24,7 +24,7 @@
         <constructor-arg ref="clientRegisterRepository"/>
     </bean>
 
-    <!-- conifig ShenyuRegisterCenterConfig according to your registerType -->
+    <!-- config ShenyuRegisterCenterConfig according to your registerType -->
     <bean id="shenyuRegisterCenterConfig" 
class="org.apache.shenyu.register.common.config.ShenyuRegisterCenterConfig">
         <property name="registerType" value="http"/>
         <property name="serverLists" value="http://localhost:9095"/>
diff --git a/shenyu-examples/shenyu-examples-eureka/pom.xml 
b/shenyu-examples/shenyu-examples-eureka/pom.xml
index 1322451871..df53872d90 100644
--- a/shenyu-examples/shenyu-examples-eureka/pom.xml
+++ b/shenyu-examples/shenyu-examples-eureka/pom.xml
@@ -31,7 +31,7 @@
         <spring-cloud.version>2021.0.2</spring-cloud.version>
         <jersey.version>1.19.4</jersey.version>
         <spring-cloud-commons.version>3.1.2</spring-cloud-commons.version>
-        <jersey-bom.versoin>3.0.4</jersey-bom.versoin>
+        <jersey-bom.version>3.0.4</jersey-bom.version>
     </properties>
 
     <dependencyManagement>
@@ -46,7 +46,7 @@
             <dependency>
                 <groupId>org.glassfish.jersey</groupId>
                 <artifactId>jersey-bom</artifactId>
-                <version>${jersey-bom.versoin}</version>
+                <version>${jersey-bom.version}</version>
                 <type>pom</type>
             </dependency>
         </dependencies>
diff --git 
a/shenyu-examples/shenyu-examples-sdk/shenyu-examples-sdk-dubbo/shenyu-examples-sdk-apache-dubbo-provider/src/main/resources/shenyu.xml
 
b/shenyu-examples/shenyu-examples-sdk/shenyu-examples-sdk-dubbo/shenyu-examples-sdk-apache-dubbo-provider/src/main/resources/shenyu.xml
index 0dbf332ef8..8cf4b329c5 100644
--- 
a/shenyu-examples/shenyu-examples-sdk/shenyu-examples-sdk-dubbo/shenyu-examples-sdk-apache-dubbo-provider/src/main/resources/shenyu.xml
+++ 
b/shenyu-examples/shenyu-examples-sdk/shenyu-examples-sdk-dubbo/shenyu-examples-sdk-apache-dubbo-provider/src/main/resources/shenyu.xml
@@ -24,7 +24,7 @@
         <constructor-arg ref="clientRegisterRepository"/>
     </bean>
 
-    <!-- conifig ShenyuRegisterCenterConfig according to your registerType -->
+    <!-- config ShenyuRegisterCenterConfig according to your registerType -->
     <bean id="shenyuRegisterCenterConfig" 
class="org.apache.shenyu.register.common.config.ShenyuRegisterCenterConfig">
         <property name="registerType" value="http"/>
         <property name="serverLists" value="http://localhost:9095"/>
diff --git 
a/shenyu-examples/shenyu-examples-springmvc-tomcat/src/main/resources/context/shenyu.xml
 
b/shenyu-examples/shenyu-examples-springmvc-tomcat/src/main/resources/context/shenyu.xml
index 2fdf9cd4ca..52c556e35c 100644
--- 
a/shenyu-examples/shenyu-examples-springmvc-tomcat/src/main/resources/context/shenyu.xml
+++ 
b/shenyu-examples/shenyu-examples-springmvc-tomcat/src/main/resources/context/shenyu.xml
@@ -31,7 +31,7 @@
         </property>
     </bean>
 
-    <!-- conifig ShenyuRegisterCenterConfig according to your registerType -->
+    <!-- config ShenyuRegisterCenterConfig according to your registerType -->
     <bean id="shenyuRegisterCenterConfig" 
class="org.apache.shenyu.register.common.config.ShenyuRegisterCenterConfig">
         <property name="registerType" value="http"/>
         <property name="serverLists" value="http://localhost:9095"/>
diff --git 
a/shenyu-examples/shenyu-examples-springmvc/src/main/resources/context/shenyu.xml
 
b/shenyu-examples/shenyu-examples-springmvc/src/main/resources/context/shenyu.xml
index 77feebcb7b..ba85c0a1f5 100644
--- 
a/shenyu-examples/shenyu-examples-springmvc/src/main/resources/context/shenyu.xml
+++ 
b/shenyu-examples/shenyu-examples-springmvc/src/main/resources/context/shenyu.xml
@@ -26,7 +26,7 @@
         <constructor-arg ref="clientRegisterRepository"/>
     </bean>
 
-    <!-- conifig ShenyuRegisterCenterConfig according to your registerType -->
+    <!-- config ShenyuRegisterCenterConfig according to your registerType -->
     <bean id="shenyuRegisterCenterConfig" 
class="org.apache.shenyu.register.common.config.ShenyuRegisterCenterConfig">
         <property name="registerType" value="http"/>
         <property name="serverLists" value="http://localhost:9095"/>

Reply via email to