Nacos的安装总结
欢迎来到我的博客来阅读我写的文章,希望我写的文章能帮助到大家!
Nacos的安装和启动安装Nacos本次是针对的nacos版本:2.0.1,不同的版本,可能略有不同。官网下载地址百度网盘提取: zsdf下载完成之后新建一个文件夹/Nacos 来存放解压之后的Nacos文件。
1.如果在Linux上解压命令就是1tar -zxvf nacos-server-2.0.1.tar.gz
2.编辑配置文件application.properties编辑端口号:1234### Default web context path:server.servlet.contextPath=/nacos### Default web server port:server.port=5555
解开数据库的注释
12345### If use MySQL as datasource:spring.datasource.platform=mysql ### Count of DB:db.num=1
编辑数据库连接的地址
1234### Connect URL of DB:db.url.0=jdbc:mysql:/ ...
JAVA的输出语句
Welcome to 百度! 这是我的第一篇JAVA文章,关于教会你怎么使用java语法输出语句! 菜鸟教程
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment