07 2020 档案

springBoot部署
摘要:linux下后台启动springboot项目 转载自:https://www.cnblogs.com/sueyyyy/p/9958836.html linux下后台启动springboot项目 我们知道启动springboot的项目有三种方式: 运行主方法启动 使用命令 mvn spring-boo 阅读全文

posted @ 2020-07-30 17:17 pokeTwo 阅读(313) 评论(0) 推荐(0)

springBoot linux启动指定端口
摘要:java -jar bootsample. jar -- server.port=9000 阅读全文

posted @ 2020-07-29 17:26 pokeTwo 阅读(1276) 评论(0) 推荐(0)

nginx 的naginx 种包含include关键字
摘要:include vhost/*.conf; # include 指令用于包含拆分的配置文件 阅读全文

posted @ 2020-07-29 17:15 pokeTwo 阅读(220) 评论(0) 推荐(0)

Redis 出现NOAUTH Authentication required解决方案
摘要:这个问题的原因是设置了密码,但是没有使用密码进行登录,如果你下载是被人的包,那么很有可能是有密码的 解决方式 用密码登陆:我们输入 auth 123456#你刚才设置的密码 前言 标题很长哈!今天操作Redis的时候出现了MISCONF Redis is configured to save RDB 阅读全文

posted @ 2020-07-27 10:03 pokeTwo 阅读(20841) 评论(0) 推荐(1)

mysql 8.0出现 Public Key Retrieval is not allowed
摘要:转自 : https://blog.csdn.net/u013360850/article/details/80373604 最简单的解决方法是在连接后面添加 allowPublicKeyRetrieval=true 文档中(https://mysql-net.github.io/MySqlConn 阅读全文

posted @ 2020-07-10 11:32 pokeTwo 阅读(221) 评论(0) 推荐(0)