springboot配置jpa提示Unable to resolve name [mysql] as strategy

Posted 以罗伊

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot配置jpa提示Unable to resolve name [mysql] as strategy相关的知识,希望对你有一定的参考价值。

前言

下面2种配置 任选一种即可

1 application.yml

spring:
  jpa:
    # 指定默认的存储引擎为InnoDB
    properties:
      hibernate:
        dialect:
          org.hibernate.dialect.mysql8Dialect

2 application.properties

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect

以上是关于springboot配置jpa提示Unable to resolve name [mysql] as strategy的主要内容,如果未能解决你的问题,请参考以下文章

springboot 中访问swagger提示Unable to infer base url.This is common when using dynamic

记一次springboot项目,maven引发的悲剧(Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServ

SpringBoot JPA 配置多个数据库

spring boot jpa 配置了yml文件后怎么扫描包

springboot-mybatis配置(xml)/springboot-jpa配置

Java-JPA让Springboot启动不检查JPA的数据源配置