摘要: 目录问题解决方式一:手动添加mysql的jar包 问题 问题:在springboot项目工程中想要进行数据库配置,在application.yml中添加以下代码: # 数据库配置 spring: datasource: driver-class-name: com.mysql.cj.jdbc.Dri 阅读全文
posted @ 2024-03-29 21:13 silly_fox 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 在双击Maven的clean时,报错:Cannot find JRE '1.8 (1)'. You can specify JRE to run maven goals in Settings 原因可能是自己之前下载的是JDK17,并且IDEA认为该JDK为默认JDK,而我的Maven项目设置使用的 阅读全文
posted @ 2024-03-29 20:55 silly_fox 阅读(123) 评论(0) 推荐(0) 编辑