Compiling dubbo- registry-consul
- Go to the dubbo- registry-consul directory.
1cd /home/Dubbo/dubbo-dubbo-2.7.5/dubbo-registry/dubbo-registry-consul/
- Compile the dubbo-registry-consul module.
1mvn installIf the error message "EmbeddedConsul Could not start Consul process in ..." is displayed during the compilation, store the consul_1.1.0_linux_arm64.zip package of the ARM64 version to the local /tmp/embedded-consul-1.1.0 directory.

- Obtain the consul_1.1.0_linux_arm64.zip package.
1wget https://releases.hashicorp.com/consul/1.1.0/consul_1.1.0_linux_arm64.zip --no-check-certificate
- Decompress the .zip package.
1unzip consul_1.1.0_linux_arm64.zip
- Move the .zip package to the directory.
1mv consul_1.1.0_linux_arm64.zip /tmp/embedded-consul-1.1.0/consul.zip
- Move the decompressed consul file to the directory.
1mv consul /tmp/embedded-consul-1.1.0/consul

- Obtain the consul_1.1.0_linux_arm64.zip package.
- Recompile the dubbo-registry-consul module.
1mvn install

If BUILD SUCCESS is displayed, the dubbo-registry-consul module is compiled successfully.
Parent topic: Compiling and Installing Dubbo