POM文件中添加的依赖项。我在使用Jersey和SpringBoot
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>${springBoot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
<version>${springBoot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>${springBoot.version}</version>
</dependency>
答案 0 :(得分:0)
我遇到了同样的问题,我发现如果我运行&#34; mvn clean package&#34;在命令行中用maven更新我的日食我可以看到执行器。
尝试在命令行中启动应用程序。