当前位置:网站首页>10. Nacos source code construction
10. Nacos source code construction
2022-07-03 11:02:00 【May your smile become a breeze】
nacos Source code building
The source code version is used here :1.4.1 ( Other versions are similar to )
Build steps
- Download the source code , Here's what I downloaded 1.4.1 edition nacos Download address

- Decompress the source code after downloading
nacos-1.4.1.zip, Use idea open ,Refresh maven rely on,clean,install
- Stand alone mode starts
nacos The unified startup module of is console
Add startup parameters-Dnacos.standalone=true
- start-up
com.alibaba.nacos.Nacos
visit ncaos service :
http://localhost:8848/nacos/,
The default user :nacos
Default password :nacos
Nacos Console :
- Now you can debug the source code happily .
边栏推荐
- ByteDance layoffs, test engineers were almost destroyed: how terrible is the routine behind the recruitment of large factories?
- QT:QSS自定义QLineEdit实例
- 现在零基础转行软件测试还OK吗?
- Some abilities can't be learned from work. Look at this article, more than 90% of peers
- C language project: student achievement system
- QT:QSS自定义 QRadioButton实例
- Qt:qss custom qradiobutton instance
- Logstash backup tracks the data records reported
- Qt:qss custom QSlider instance
- What are the strengths of "testers"?
猜你喜欢

QT:QSS自定义 QScrollBar实例

What kind of living condition is a tester with a monthly salary of more than 10000?

嵌入式軟件測試怎麼實現自動化測試?

我,大厂测试员,降薪50%去国企,后悔了...
![[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials](/img/e0/c2b1fbe99939d44201401abf1b5a72.png)
[true question of the Blue Bridge Cup trials 44] scratch eliminate the skeleton Legion children programming explanation of the true question of the Blue Bridge Cup trials

在职美团测试工程师的这八年,我是如何成长的,愿技术人看完都有收获

snownlp情感分析

做软件测试三年,薪资不到20K,今天,我提出了辞职…

软件测试——Redis数据库

QT: QSS custom qtableview instance
随机推荐
项目组织战略管理
QT:QSS自定义QLineEdit实例
QT:QSS自定义 QScrollBar实例
Test what the leader should do
Comment réaliser des tests automatisés pour les tests logiciels embarqués?
Flink < --> Introduction to JDBC +with parameter
Software testing (test case) writing: vulgar, native and skillful
Use ml.net+onnx pre training model to liven the classic "Huaqiang buys melons" in station B
Logstash backup tracks the data records reported
Qt:qss custom QSlider instance
I, a tester from a large factory, went to a state-owned enterprise with a 50% pay cut. I regret it
Exclusive analysis | truth about resume and interview
有些能力,是工作中学不来的,看看这篇超过90%同行
可以写进简历的软件测试电商项目,不进来get一下?
如何监测服务器主机的进出流量?
Basic theoretical knowledge of software testing -- app testing
Qt:qss custom qlistview instance
UI自动化测试如何走出困境?价值又如何体现?
Extern keyword
Que se passe - t - il ensuite pour ceux qui se sont concentrés sur les tests automatisés?


