alibaba / spring-cloud-alibaba

Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
https://sca.aliyun.com
Apache License 2.0
27.37k stars 8.16k forks source link

fix: 2023.x #3445 A bean for InetIPv6Utils that could not found at pr… #3695

Open fqtrnt opened 3 weeks ago

fqtrnt commented 3 weeks ago

…oject start up

A bean for InetIPv6Utils could not be found at project start up when integrating Spring Cloud Config with Spring Cloud Alibaba Nacos Discovery.

Describe what this PR does / why we need it

Does this pull request fix one issue?

3445

Describe how you did it

Describe how to verify it

  1. check out branch name fix from https://github.com/fqtrnt/nacos-issue.git
  2. change nacos server address and namespace for your enviroment in src/main/resources/bootstrap.yml
  3. setup springcloud config server and run
  4. run nacos-issue project

Special notes for reviews

CLAassistant commented 3 weeks ago

CLA assistant check
All committers have signed the CLA.

yuluo-yx commented 3 weeks ago

@fqtrnt pls assign CLA.

ruansheng8 commented 3 weeks ago

Please run mvn clean validate first.

fqtrnt commented 3 weeks ago

Please run mvn clean validate first.

@ruansheng8 I have successfully built the project by running the command you provided. I have attached the build log for your review. Please find the attached file named ‘spa.log’. spa.log