这个坑把java进程干掉就可以了,因为占用了

Description:

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
//无法配置数据库,没有指定url属性,并且无法配置embedded datasource
Reason: Failed to determine a suitable driver class
//原因:无法明确指定正确的驱动类(driver.class

Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).

Consider the following: If you want an embedded database (H2, HSQL or Der...相关推荐

  1. 解决Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), ple..

    问题 springboot异常Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), ...

  2. Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the

    在配置sharding-jdbc中 spring.shardingsphere.datasource.names=ds0,ds1spring.shardingsphere.datasource.ds0 ...

  3. bug---springboot报错Consider the following: If you want an embedded database (H2, HSQL

    错误描述 Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please pu ...

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

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

  5. 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. ...

  6. 【Java】If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.

    出现这个问题说明数据库你并没有配置,因此它使用了默认的数据库H2,但是由于你的项目其实已经引入了其他类型的数据库,比如我项目用的就是mysql数据库,然后我也对mysql数据库进行了配置. 但是很明显 ...

  7. If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.

    最近学习用springboot使用hsqldb时,碰到了这个问题, 在网上找了好多方法,大多都是这个解决办法: 方法一. 把启动注解改成: @SpringBootApplication(exclude ...

  8. spring中使用内存数据库(Embedded database)

    内存数据库(Embedded database或in-momery database)具有配置简单.启动速度快.尤其是其可测试性等优点,使其成为开发过程中非常有用的轻量级数据库.在spring中支持H ...

  9. 解决 springboot 启动报错 -- Cannot determine embedded database driver class for database type NONE

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1. 问题描述 我只是新建一个全新的 springboot 工程,什么都没有写的情况下启动报错如题: ...

  10. 报错Cannot determine embedded database driver class for database type NONE解决方法

    由于我不需要数据库,启动springboot报错: Cannot determine embedded database driver class for database type NONE If ...

最新文章

  1. SQL2005 BCP
  2. 云服务时代,你是否没穿内裤在到处逛啊!
  3. 鲜为人知的编程真相(转载)
  4. Launcher3桌面Icon的文字size的 修改
  5. 2021年中国车载信息娱乐系统市场趋势报告、技术动态创新及2027年市场预测
  6. C#笔记03 运算符和分支结构
  7. 相关矩阵的可视化及其新方法探究
  8. PSP??? 生产者与消费者框架,还是线程模型?
  9. 读计算机专业买什么笔记本电脑好?你算问对人了
  10. 鹏业安装算量软件按桥架快速布线
  11. 《陰陽師·付喪神卷·瓜仙人》原作:梦枕貘
  12. 中国历代大大小小的皇帝(2)
  13. 【012】SylixOS嵌入式实时操作系统助力中国航天事业
  14. 《C++ 笔记》 Part5 C++ 资源大全中文版
  15. 用PHP写了个 标签 按点击率的 字体大小和颜色的 显示效果
  16. 画出漂亮的神经网络图,神经网络可视化工具集锦
  17. 噩梦射手(SurvivalShooter)教程(二)
  18. 【SpringBoot入门】SpringBoot的配置
  19. asp 设置table 间距_设置table表格
  20. 注册咨询工程师,这个证书作用是什么?

热门文章

  1. 【Caffe安装】Ubuntu14.04上Caffe配置安装(Only CPU)
  2. python模拟栈的操作实现非递归方式的快速排序算法
  3. 怎样找到一份深度学习的工作(附学习材料,资源与建议)
  4. malloc函数用法
  5. 安装nodejs出现Invalid drive: f:\的解决办法
  6. 区块链 fisco bcos webase-front docker方式部署
  7. php提示返回,PHP指定方法的返回类型提示
  8. 设计模式之GOF23建造者模式
  9. rpm和yum的使用
  10. 无用小知识-递归的使用