renzl321 / smaker

smaker cloud是国内首个基于Spring Cloud、spring cloud alibaba微服务化快速开发脚手架,具有统一授权、认证后台管理系统,其中包含具备用户管理、资源权限管理、网关API管理等多个模块,支持多业务系统并行开发,可以作为后端服务的开发脚手架。代码简洁,架构清晰,适合学习和直接项目中使用。核心技术采用Spring Boot2以及Spring Cloud Gateway、nacos、spring secruity Oauth2相关核心组件,前端采用vue-element-admin组件
GNU Lesser General Public License v3.0
86 stars 46 forks source link

启动不了啊 #1

Open xiongdi9456 opened 5 years ago

xiongdi9456 commented 5 years ago

按照配置都做了,启动报错,而且Intelij那边没出现多个启动项,麻烦出个详细点的教程好吗?nacos那边都做了

***************************
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).
renzl321 commented 5 years ago

请确认启动的程序是否正常连接了nacos?