改成多模块后,无法启动user项目

来源:9-3 Zuul鉴权和添加用户服务

叶乔

2019-06-10

提示如下:
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

但是配置文件都是正确的

写回答

3回答

下一站守候__0

2019-08-01

pom文件添加以下依赖:

<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-web</artifactId>
</dependency>

0
1
越阡山
请问下,为什么加了这个依赖就不报错了
2022-03-02
共1条回复

廖师兄

2019-06-11

可以说明具体原因以及解决方法,给后面来学习的同学指导

0
0

叶乔

提问者

2019-06-10

自己已解决

0
0

SpringCloud Finchley(M2+RELEASE+SR2)微服务实战

SpringCloud组件实现微服务,【已升级Finchley.Release】

5668 学习 · 2489 问题

查看课程