报错信息:
*************************** 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 classAction: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参数的问题,因此一定要仔细检查