zoukankan      html  css  js  c++  java
  • springboot启动出现Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

    1 问题:

           springboot启动出现Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

           

    2 问题的原因:

         这是因为数据源的参数错误,我这里的是spring.datasource.url的参数错误

         

    3 解决的方法:

        把url后面的参数修改和数据的数据库名一致,把test改成springboot就可以了

            

            

  • 相关阅读:
    uIP的ARP协议分析
    如何使函数不生成执行代码
    计算机网络基础
    [Hive
    [Hive
    [Hive
    [Hive
    [Hive
    [Hive
    [Hive
  • 原文地址:https://www.cnblogs.com/t0404/p/10290944.html
Copyright © 2011-2022 走看看