Java
文章平均质量分 52
一直学习中的小白
求知若渴 虚心若愚
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
快速搭建SpringBoot项目
快速搭建SpringBoot项目 环境要求 SpringBoot2.4.2 需要Java8-15. Spring Framework5.3.3或更高版本 构建工具 maven 3.3+ 或者 Gradle 6 开发工具 IDEA 2018+ 手动创建一个Springboot项目 [参考文档](https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html#getting-started): [htt原创 2021-02-09 09:52:32 · 362 阅读 · 0 评论 -
错误: Unable to load authentication plugin ‘caching_sha2_password‘.
<dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> <version>8.0.21</version> </dependency> 原因:mysql-connector的版本不对,我之前是...原创 2021-02-05 14:41:04 · 1498 阅读 · 0 评论
分享