错误描述

Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put i

原因

在idea创建springboot项目(配置springboot initializer)时勾选了springboot data.,mysql driver这些数据库有关的组件后,并未配置连接信息就启动了springgboot项目

解决

配置连接参数

bug---springboot报错Consider the following: If you want an embedded database (H2, HSQL相关推荐

  1. SpringBoot报错:If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.

    一.Source roots (or source folders)通过这个类指定一个文件夹,你告诉IntelliJ IDEA,这个文件夹及其子文件夹中包含的源代码,可以编译为构建过程的一部分.2. ...

  2. SpringBoot启动错误 If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.

    需要在pom文件中<build></build中添加如下.来保证文件都能正常被扫描到并且加载成功. <!-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉 ...

  3. springboot 项目启动报错 url' attribute is not specified and no embedded datasource could be configured

    报错信息: Error starting ApplicationContext. To display the conditions report re-run your application wi ...

  4. springboot项目启动报错 url‘ attribute is not specified and no embedded datasource could be configured

    使用依赖 <!-- mybatis-plus --><dependency><groupId>com.baomidou</groupId><art ...

  5. SpringBoot报错:Could not autowire. No beans of ‘DiscussantMapper‘ type found

    SpringBoot报错:Could not autowire. No beans of 'DiscussantMapper' type found 一.资源 @Mapper和@Repository注 ...

  6. 启动springboot报错Error creating bean with name 'dataSource' defined in class path resource

    2019独角兽企业重金招聘Python工程师标准>>> 启动springboot报错Error creating bean with name 'dataSource' define ...

  7. 【杂文】spring-boot报错 ~ zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognized or represents more than on time zone.

    spring-boot报错 zone value 'Öйú±ê׼ʱ¼ä' is unrecognized 修改MySQL的配置文件(failed) 更改MySQL中的系统时间(failed) 修 ...

  8. springboot报错!!!

    点击运行springboot,再在浏览器访问路径的时候,报错!!! 运行结果出来了,但是再结束的时候报错. springboot报错java.lang.NoSuchMethodError: javax ...

  9. 【Debugger】解决springboot报错Failed to resolve org.junit.platform:junit-platform-launcher:1.x.x的两种解决方案

    [Debugger]解决springboot报错Failed to resolve org.junit.platform:junit-platform-launcher:1.x.x的两种解决方案 主要 ...

最新文章

  1. web 服务器-Nginx
  2. 不需要任何依赖的图片加载错误处理的工具类load-image.js
  3. P1115 最大子段和
  4. thinkphp-许愿墙-2
  5. Linux之mariadb数据库
  6. 交通灯倒计时c语言程序,交通灯C语言程序,T89S52单片机控制,倒计时,红黄绿灯.doc...
  7. GIS数据下载资源大全
  8. Sosoapi本地项目搭建
  9. 计算机网络基础知识 - 物理层
  10. 走迷宫算法1(递归 非最短路径)
  11. 学校oj显示在线用户数超过了序列号允许。您需要购买或升级您的序列号
  12. QT 如何在背景图中将部分区域设置为透明
  13. 旁路和去耦电容 bypass decouple
  14. Linux 下的 QQ 使用方案
  15. 独立思考者的思考模型----智商160以上的人都应该学会的(摘自杜牛牛博客)
  16. 恋爱策略:“没女”也能胜美女
  17. 习题 4.4 求a,b,c阶乘和的值,用一个函数fac(n)求n的阶乘。a,b,c的值由主函数输入,最终得到的值在主函数中输出。
  18. 计算机网络实验 数据链路4-6章 问答题
  19. STM32 定时器主从模式,上电立即输出脉冲,输出有尖刺,解决方法
  20. 【微信公众号开发】自我学习第二章:关注事件触发的自动回复

热门文章

  1. Mybatis从入门到精通读书笔记
  2. Linux jar包在screen开机自启
  3. IE浏览器版本测试方法
  4. 深航App劫持微信;Apple News上线首日遭遇各种崩溃;华为P30“望远镜手机”正式发布 | 雷锋早报...
  5. 原创|我常用的3款脑图工具
  6. 使用CyberController来将旧手机改造成电脑外挂
  7. 服务器 与 工作站
  8. Excel顶级替代,这个大数据分析工具太好用了
  9. python修改csv某一列 读取csv移动文件
  10. JavaScript中查找指定字符串的几种方式