使用gunicorn部署flask项目 1,创建虚拟环境 2,gunicorn安装 和创建flask项目 3,配置gunicorn_config.py文件 4,开启服务器 #其中hw为项目文件名 gunicorn -c gunicorn_config.py hw:app