AlbumenJ commented on issue #13666:
URL: https://github.com/apache/dubbo/issues/13666#issuecomment-1922913487

   > > > @AlbumenJ sorry, I have trouble pushing my repository to GitHub. i had 
tried many times, but still fail. you can create a maven project to test it.
   > > > there is the project maven config :
   > > > ```
   > > > <project xmlns="http://maven.apache.org/POM/4.0.0";
   > > >        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   > > >        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
   > > >        <modelVersion>4.0.0</modelVersion>
   > > > 
   > > >        <parent>
   > > >                <groupId>org.springframework.boot</groupId>
   > > >                <artifactId>spring-boot-starter-parent</artifactId>
   > > >                <version>3.1.5</version>
   > > >                <relativePath />
   > > >        </parent>
   > > > 
   > > >        <groupId>com.bringwu.dubbo</groupId>
   > > >        <artifactId>DubboTest</artifactId>
   > > >        <version>0.0.1-SNAPSHOT</version>
   > > >        <packaging>pom</packaging>
   > > >        <modules>
   > > >                <module>ProviderTest</module>
   > > >                <module>ConsumerTest</module>
   > > >                <module>ServiceApi</module>
   > > >        </modules>
   > > >        <properties>
   > > >                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   > > >                <java.version>17</java.version>
   > > >                
<maven.compiler.source>${java.version}</maven.compiler.source>
   > > >                
<maven.compiler.target>${java.version}</maven.compiler.target>
   > > > 
   > > >                <dubbo.version>3.2.10</dubbo.version>
   > > >        </properties>
   > > >        <build>
   > > >                <finalName>${project.artifactId}</finalName>
   > > >                <plugins>
   > > >                        <plugin>
   > > >                                
<groupId>org.apache.maven.plugins</groupId>
   > > >                                
<artifactId>maven-compiler-plugin</artifactId>
   > > >                                <configuration>
   > > >                                        <source>${java.version}</source>
   > > >                                        <target>${java.version}</target>
   > > >                                </configuration>
   > > >                        </plugin>
   > > >                </plugins>
   > > >        </build>
   > > > 
   > > >        <dependencies>
   > > >                <dependency>
   > > >                        <groupId>org.springframework</groupId>
   > > >                        <artifactId>spring-context</artifactId>
   > > >                </dependency>
   > > >                <dependency>
   > > >                        <groupId>org.springframework.boot</groupId>
   > > >                        <artifactId>spring-boot-starter</artifactId>
   > > >                </dependency>
   > > >                <dependency>
   > > >                        <groupId>org.springframework.boot</groupId>
   > > >                        
<artifactId>spring-boot-starter-test</artifactId>
   > > >                        <scope>test</scope>
   > > >                </dependency>
   > > >                <dependency>
   > > >                        <groupId>org.springframework.boot</groupId>
   > > >                        <artifactId>spring-boot-starter-aop</artifactId>
   > > >                </dependency>
   > > >                <dependency>
   > > >                        <groupId>org.springframework.boot</groupId>
   > > >                        
<artifactId>spring-boot-starter-logging</artifactId>
   > > >                        <exclusions>
   > > >                                <exclusion>
   > > >                                        <groupId>*</groupId>
   > > >                                        <artifactId>*</artifactId>
   > > >                                </exclusion>
   > > >                        </exclusions>
   > > >                </dependency>
   > > >                <dependency>
   > > >                        <groupId>org.projectlombok</groupId>
   > > >                        <artifactId>lombok</artifactId>
   > > >                        <scope>provided</scope>
   > > >                </dependency>
   > > > 
   > > >                <!-- 
https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
   > > >                <dependency>
   > > >                        <groupId>org.slf4j</groupId>
   > > >                        <artifactId>slf4j-api</artifactId>
   > > >                </dependency>
   > > >                <!-- 
https://mvnrepository.com/artifact/ch.qos.logback/logback-classic -->
   > > >                <dependency>
   > > >                        <groupId>ch.qos.logback</groupId>
   > > >                        <artifactId>logback-classic</artifactId>
   > > >                </dependency>
   > > > 
   > > >                <dependency>
   > > >                        <groupId>org.junit.jupiter</groupId>
   > > >                        <artifactId>junit-jupiter-api</artifactId>
   > > >                        <scope>test</scope>
   > > >                </dependency>
   > > > 
   > > >                <dependency>
   > > >                        <groupId>org.apache.dubbo</groupId>
   > > >                        
<artifactId>dubbo-spring-boot-starter</artifactId>
   > > >                </dependency>
   > > >        </dependencies>
   > > > 
   > > >        <dependencyManagement>
   > > >                <dependencies>
   > > >                        <dependency>
   > > >                                <groupId>org.apache.dubbo</groupId>
   > > >                                <artifactId>dubbo-bom</artifactId>
   > > >                                <version>${dubbo.version}</version>
   > > >                                <type>pom</type>
   > > >                                <scope>import</scope>
   > > >                        </dependency>
   > > >                </dependencies>
   > > >        </dependencyManagement>
   > > > </project>
   > > > ```
   > > > 
   > > > 
   > > >     
   > > >       
   > > >     
   > > > 
   > > >       
   > > >     
   > > > 
   > > >     
   > > >   
   > > > 
![image](https://private-user-images.githubusercontent.com/15963748/300169424-8e7ad32b-fe42-4998-839f-1d1c54026e44.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDY2Njc4MTMsIm5iZiI6MTcwNjY2NzUxMywicGF0aCI6Ii8xNTk2Mzc0OC8zMDAxNjk0MjQtOGU3YWQzMmItZmU0Mi00OTk4LTgzOWYtMWQxYzU0MDI2ZTQ0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMzElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTMxVDAyMTgzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFkZmJjOWNkZjcyZTcwN2E5MGI2MzI3ZWQ5NThjYzFjZTg4MzNlYWRlODMxMDE1NGJiYTEwYWY3YzFmMzIyMTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.XUPD_Tkf4XHxlEXsIoBtJBffFn0Mv4tjcVwR4O_x5BQ)
   > > 
   > > 
   > > You can send the demo to my mail. 
([[email protected]](mailto:[email protected]))
   > 
   > the email has been sent to your email address
   
   Get it. I will test it later.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to