***************************
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).
***************************
应用程序启动失败
***************************
说明:
未能配置数据源:未指定“url”属性,无法配置嵌入的数据源。
原因:无法确定合适的驱动程序类
行动:
请考虑以下几点:
如果您想要嵌入式数据库(h2、hsql或derby),请将其放在类路径上。
如果要从特定配置文件加载数据库设置,则可能需要激活它(当前没有激活的配置文件)。
这是未配置数据库导致的
下面开始配置数据库(我的是mysql)
1.启动数据库
2.登录数据库(我版本5.6)
3.IDEA中选择Databases,配置进来
4.选择MySQL
5.填写数据库名,用户名,密码
6.Test Connection
7.success