摘要: (error) MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are 阅读全文
posted @ 2021-07-12 09:34 yvioo 阅读(2182) 评论(0) 推荐(0)
摘要: 拉取镜像 docker pull rabbitmq:management 启动容器 docker run -d --name rabbitmq -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin -p 15672:15672 - 阅读全文
posted @ 2021-07-12 09:12 yvioo 阅读(582) 评论(0) 推荐(0)
摘要: 在maven的pom.xml文件里面 在profiles下 <profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties 阅读全文
posted @ 2021-07-12 09:08 yvioo 阅读(1781) 评论(0) 推荐(0)