摘要:
设置远程访问(使用root密码): grant all privileges on . to 'root' @'%' identified by '123456'; flush privileges; 添加了权限之后,还是连接不上数据库。必须给服务器的安全组设置端口放行规则 OK可以访问了 阅读全文
摘要:
完整异常: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test 无法找到@SpringBootC 阅读全文
摘要:
Elasticsearch 相关学习,昨天还好好的,今天就出错了!!! 完整异常为 : NoNodeAvailableException[None of the configured nodes are available: [{ transport 1}{bfvY91KfRSS4Akmap5wfK 阅读全文
摘要:
在Linux 6.5 下安装Elasticsearch 出现错误: JVM is using the client VM [Java HotSpot(TM) Client VM] but should be using a server VM for the best performance JVM 阅读全文