随笔分类 -  微服务

摘要:参考:https://www.cnblogs.com/Sungeek/p/9084510.html centos磁盘扩容步骤说明: 0、 df -h1、 fdisk -l2、fdisk /dev/sda3、 p #p 分区类型我们选择为主分区4、 n #n新增加一个分区5、 p #选择默认分区6、 阅读全文
posted @ 2021-10-28 13:57 溶洞 阅读(228) 评论(0) 推荐(0)
摘要:nginx并发数实战操作4.1、nginx操作,修改nginx.cnfworker_processes 4;worker_cpu_affinity 0001 0010 0100 1000;worker_rlimit_nofile 65535; 4.2、centos7 操作系统 临时:ulimit – 阅读全文
posted @ 2021-10-28 13:50 溶洞 阅读(159) 评论(0) 推荐(0)
摘要:若依nacos后端部署 参考文档 http://doc.rycloud.zmrit.com/#/quick-start一、说明 参考地址: https://gitee.com/zhangmrit/ruoyi-cloud http://doc.rycloud.zmrit.com/#/ 框架:若依spr 阅读全文
posted @ 2021-10-12 08:41 溶洞 阅读(870) 评论(0) 推荐(0)
摘要:1:微服务网关Ocelot https://www.sohu.com/a/132033560_468635 2:微服务架构--BFF层 https://blog.csdn.net/qq_35362655/article/details/109849455 阅读全文
posted @ 2021-07-14 16:41 溶洞 阅读(32) 评论(0) 推荐(0)