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

albumenj pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new d240c831de Remove `Dubbo Spring Boot` info when start application 
(#10400)
d240c831de is described below

commit d240c831de17ad105fe1efe9ea07ed97a82580bf
Author: xuweiwei <[email protected]>
AuthorDate: Tue Aug 2 17:35:43 2022 +0800

    Remove `Dubbo Spring Boot` info when start application (#10400)
---
 .../spring/boot/context/event/WelcomeLogoApplicationListener.java      | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/context/event/WelcomeLogoApplicationListener.java
 
b/dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/context/event/WelcomeLogoApplicationListener.java
index 8e9232c354..c0299f1f96 100644
--- 
a/dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/context/event/WelcomeLogoApplicationListener.java
+++ 
b/dubbo-spring-boot/dubbo-spring-boot-compatible/autoconfigure/src/main/java/org/apache/dubbo/spring/boot/context/event/WelcomeLogoApplicationListener.java
@@ -77,9 +77,6 @@ public class WelcomeLogoApplicationListener implements 
ApplicationListener<Appli
         bannerTextBuilder
                 .append(LINE_SEPARATOR)
                 .append(LINE_SEPARATOR)
-                .append(" :: Dubbo Spring Boot 
(v").append(Version.getVersion(getClass(), Version.getVersion())).append(") : ")
-                .append(DUBBO_SPRING_BOOT_GITHUB_URL)
-                .append(LINE_SEPARATOR)
                 .append(" :: Dubbo (v").append(Version.getVersion()).append(") 
: ")
                 .append(DUBBO_GITHUB_URL)
                 .append(LINE_SEPARATOR)

Reply via email to