Skip to content

云收藏部署方案

纯洁的微笑 edited this page Jul 25, 2017 · 1 revision

下载项目,修改application-pro.properties文件中对应的数据库信息,redis地址和静态文件路径。

排除测试代码后进行打包

mvn clean package  -Dmaven.test.skip=true

上传服务器进行启动

nohup java -jar favorites-web-0.1.0-SNAPSHOT.jar --spring.profiles.active=pro &

报错: Caused by: redis.clients.jedis.exceptions.JedisDataException: ERR Unsupported CONFIG parameter: notify-keyspace-events

redis版本 必须在 2.8版本以上,升级redis可以解决

Clone this wiki locally