摘要:
Redis Redis安装 wget http://download.redis.io/releases/redis-6.2.4.tar.gztar -xf redis-6.2.4.tar.gzcd redis-6.2.4makecd src/ && make installmkdir - 阅读全文
摘要:
nginx正向代理默认是不支持https,如果想要通过正向代理访问https需要安装插件ngx_http_proxy_connect_module 安装ngx_http_proxy_connect_module插件 yum install git git clone https://gitee.co 阅读全文
摘要:
部署war包方式 1 自动部署 将war包放在${东方通安装目录}/autodeploy下,启动后东方通会自动部署。 2 手工部署 步骤一 首先我们将打包好的war包放到服务器内,可以在Tongweb目录外创建一个别的名字的文件夹,用来存放war包,这里我创建的名字叫apps 我们将打包好的war包 阅读全文