Nacos快速部署

//https://github.com/alibaba/nacos/releases
# wget https://github.com/alibaba/nacos/releases/download/1.3.2/nacos-server-1.3.2.tar.gz
# tar -zxf nacos-server-1.3.2.tar.gz -C /usr/local/
# cd /usr/local/nacos
# vim conf/application.properties
# sh bin/startup.sh -m standalone

MySQL初始化脚本:nacos-mysql.sql

#*************** Spring Boot Related Configurations ***************#
### Default web context path:
server.servlet.contextPath=/
### Default web server port:
server.port=8848

#*************** Config Module Related Configurations ***************#
### If use MySQL as datasource:
spring.datasource.platform=mysql
### Count of DB:
db.num=1

### Connect URL of DB:
db.url.0=jdbc:mysql://127.0.0.1:3306/nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true&useUnicode=true&useSSL=false&serverTimezone=UTC
db.user=nacos
db.password=xxxxxx
上一篇 CentOS 7下安装RabbitMQ
下一篇 Nginx配置限制IP访问
目录
文章列表
1 React Native学习之ReactJS组件通信
React Native学习之ReactJS组件通信
2
Android 7.0后加密库Crypto被废弃后填坑
Android 7.0后加密库Crypto被废弃后填坑
3
Magento接入Varnish
Magento接入Varnish
4
Glide加载图片时,报You must not call setTag() on a view Glide is targeting 的问题
Glide加载图片时,报You must not call setTag() on a view Glide is targeting 的问题
5
AWS ACM 证书管理
AWS ACM 证书管理
最新评论
一位WordPress评论者
一位WordPress评论者
2月12日
您好,这是一条评论。若需要审核、编辑或删除评论,请访问仪表盘的评论界面。评论者头像来自 Gravatar。