Spring Cloud Quick Start не работает - PullRequest
0 голосов
/ 06 июня 2018

Я выполнил шаги по быстрому запуску Spring Cloud (https://projects.spring.io/spring-cloud/). Зависимости здесь:

<dependency>
<groupId></groupId>
<artifactId>spring-cloud-starter-config</artifactId>
</dependency>
<dependency>
<groupId></groupId>
<artifactId>spring-cloud-starter-eureka</artifactId>
</dependency>

Без groupId Maven выдает мне ошибку.

Что мне делать?

1 Ответ

0 голосов
/ 07 июня 2018

попробуйте, вы можете добавить идентификатор группы в org.springframe.boot

...