添加Elasticsearch之后,Spring启动程序无法找到主类

时间:2019-05-04 18:08:12

标签: java spring-boot elasticsearch spring-tool-suite

我在spring toolsuite中作为Spring boot App运行。我在pom.xml中添加了elasticsearch。 然后,当我尝试再次将该程序作为Spring Boot应用程序运行时,它在下面抛出了以下错误。 “错误:找不到或加载主类com.spring.elastic.SpringBootDataElasticsearchApplication” 我使用org.elasticsearch:elasticsearch:7.0.1

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

有人可以帮助我解决这个问题吗?

0 个答案:

没有答案