Windows Server 2008 deployment project environment summary
Windows Server 2008 deployment project environment summary
Project environment:
mongodbredispostgresqlmysqlnacos
MonoDB
In the project, MongoDB is used to store large files. In the test environment, the systems above Centos7 and windows server2012 are installed normally. When using windows server2008, the version needs to be reduced. Here, ...
Added by Mr P!nk on Tue, 08 Mar 2022 04:12:38 +0200
SpringBoot project started without listening port
premise
Our SpringBoot project relies on Dubbo, RocketMQ, Nacos, etc. occasionally one day, we found that we didn't register with SpringBootAdmin after startup, so we checked the reasons, searched online and found this article The springboot project starts and runs normally, but the port cannot listen for events and solutions The situation is ...
Added by apulmca2k4 on Mon, 07 Mar 2022 20:33:16 +0200
Deploy nacos cluster in k8s (official document version)
Xiaobai anti forgetting Recently, I learned the basic usage of k8s and wanted to practice with an actual springCloud project. As a result, I was directly stopped in the first level registration center. Fortunately, there are official configuration documents, but there are still some holes in the configuration process, so I record it here. Deplo ...
Added by gwizz on Sun, 06 Mar 2022 12:10:02 +0200
Installation and use of Nacos
Installation and use of Nacos
1, Introduction
Nacos component is a recommended implementation component of registry and configuration center in spring cloud component library.
As a registryAs the configuration center
2, Install the Nacos registry
Download Nacos server: https://github.com/alibaba/nacos/releasesInstallation: after decompress ...
Added by karapantass on Fri, 25 Feb 2022 06:19:44 +0200
There are already Optional use cases in Nacos, so it's time to be careful with this syntax
preface
Java 8 provides many new features, but many friends don't pay attention to it and still use the old writing method. Recently, I read a lot of the source code of the open source framework and found that many API s of Java 8 have been used frequently.
Taking the Nacos framework as an example, there are already typical Optional use cases ...
Added by rodin on Thu, 17 Feb 2022 10:16:22 +0200
Learning Nacos? Let's start with services and practical tutorials~
preface
I have written many articles related to Nacos, such as< Spring Cloud integration Nacos service discovery source code analysis? Turned three sets of source code, quality and freshness! >At present, it is also planned to write a column on technical analysis of Spring Cloud, one technical framework and one technical framework to dis ...
Added by bough on Thu, 10 Feb 2022 10:55:53 +0200
Learn about Spring Cloud micro service and micro service building (Nacos)
1, Introduction to microservices
Microservices are service units that can be deployed independently, expanded horizontally and accessed independently. The smallest common microservice unit in Java is an independent project based on the SpringBoot framework. A micro service only does one thing (single responsibility), and multiple micro servic ...
Added by keithwjones on Wed, 09 Feb 2022 06:22:31 +0200
Understand the spring cloud Alibaba service component - Nacos
What is service governance?
Service governance is the core and basic module in the micro service architecture, which is used to realize the automatic registration and discovery of each micro service.
Service registration: in the service governance framework, a registry will be built. Each service unit registers the details of its own services ...
Added by bigswifty on Tue, 08 Feb 2022 11:27:26 +0200
springboot+duubo+nacos build
1, nacos server download and installation
1. Download
https://github.com/alibaba/nacos/tags
2. Installation
I'll demonstrate the stand-alone version on windows. Download it here zip file
cmd startup.cmd -m standalone
Access interface: http://localhost:8848/nacos
The default account password is nacos
At this time, it indicates ...
Added by fredcool on Mon, 07 Feb 2022 12:10:30 +0200
Nacos series docker installation stand-alone Nacos service
I summary
In 2018, alibaba will open source Nacos. Nacos is the name after open source. It is based on the core code integration of Alibaba's internal Configserver (Registration Center), Diamond (persistent configuration center) and Vipserver (Registration Center similar to Configserver, which provides routing information). The goal is to ...
Added by exxx on Tue, 01 Feb 2022 14:38:02 +0200