springboot2.X integrates nacos to realize registration center and configuration center
nacos official manual https://nacos.io/zh-cn/docs/what-is-nacos.html
1. Environmental preparation
This article uses spring boot 2 1.9. RELEASE,nacos1.3.2 ,JDK 1.8+ ,mysql5.6.5 + this paper adopts Windows deployment environment
2. Download the source code or installation package
You can get Nacos through source code and distribution packa ...
Posted by gotDNS on Sat, 07 May 2022 12:36:33 +0300
nacos cluster building (docker compose solution)
nacos cluster construction (docker compose scheme)
Stay up to date with the latest version: the current version is nacos:1.4.0
Prepare
Note: This article requires knowledge of linux, docker, docker-compose and nginx
At least three linux machines (Install docker, docker-compose, installation tutorial: pay attention to the public ...
Posted by brokenme on Wed, 04 May 2022 04:30:47 +0300
nacos2.0 configuration center source code analysis
preface
As a mainstream component of service registration and dynamic configuration, nacos has been used internally by many companies. This paper analyzes the implementation principle of dynamic configuration center based on the spring boot integrated version of nacos
This paper takes Nacos 2 The source code of version 0.2 is analyzed, an ...
Posted by sanderphp on Sun, 24 Apr 2022 15:33:52 +0300
Docker Compose: deploy SpringBoot applications (including mysql, redis, Nacos and rabbitmq)
catalogue
preface
Docker Compose installation, common commands and template files
To use Docker Compose
Deploying SpringBoot applications using Docker Compose
1. Operation configuration requirements
2. Containerized SpringBoot application
3. SpringBoot dependency service script
devecimag-docker-compose-env.yml
Parameter variable env
...
Posted by jesseledwards on Sat, 16 Apr 2022 22:12:46 +0300