`

davinci启动过程中的坑

    博客分类:
  • java
阅读更多

1、设置MainClass 首先,在configuration中配置好Spring boot配置:

2、“程序包com.sun.tools.javac.util不存在” 问题解决 打开 File -> Project Structure引入tools.jar .


3、连接mysql出现Unable to load authentication plugin 'caching_sha2_password' 登陆mysql成功之后输入:       
alter user 'root'@'localhost' identified by 'root' password expire never; alter user 'root'@'localhost' identified with mysql_native_password by 'root';
flush privileges;       

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics