番茄的博客

欢迎来到番茄的博客

测试二

测试测试

测试

我是测试

  1. 测试

  2. 测试

  3. 测试

新段落

新段落

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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

2023.8.6 瑞吉外卖项目-优化篇

介绍

对瑞吉外卖项目进行优化,实现MySQL数据库读写分离,Nginx服务器部署前端项目,实现反向代理,Redis数据库对数据进行缓存,三台服务器的需要实现的功能分别为:

本地的Linux服务器A(MySQL数据库-写操作,Nginx服务器-部署前端项目,配置反向代理)

本地的Linux服务器B(MySQL数据库-读操作,Tomcat服务器-部署后端项目,安装好git、maven、jdk)

阿里云轻量型服务器C(Redis数据库,做客户端的短信验证码和菜品查询数据的缓存)

阅读全文 »
0%