我在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>
有人可以帮助我解决这个问题吗?