Failed to configure a DataSource: ‘url‘ attribute is not specified xxx 的另一种解决方法

2023-12-26 14:37:17

报错信息:

***************************
APPLICATION FAILED TO START
***************************

Description:

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class


Action:

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


Process finished with exit code 1

我找遍了全网也没能解决,我的数据源是正确配置的,以前都好好的,突然启动不了了,而且查看SVN记录该模块几个月之前才有修改过,但是可能那次没有更新到正式服务,因此我本地测试服务一直没启动过该模块

最终解决办法:发现.properties?文件中定义的默认分页参数我以为没用,所以删掉了,导致启动时java代码中应用该参数的地方一直报错,但是报错信息却是数据源的问题,实际上是properties参数的问题,因此一定要仔细检查

文章来源:https://blog.csdn.net/qq3892997/article/details/135220448
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。