KenLoong / forum_server

论坛前后端分离项目的后端项目,采用springboot框架
MIT License
42 stars 2 forks source link

启动时候报错 #5

Open uubyte opened 2 years ago

uubyte commented 2 years ago

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

Disconnected from the target VM, address: '127.0.0.1:56231', transport: 'socket'

Process finished with exit code 0

KenLoong commented 2 years ago

要自己设置数据库地址