标签: eclipse spring-boot spring-boot-devtools
添加maven依赖项后,
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>
每当我在Eclipse中停止tomcat时,它都显示为在Eclipse中终止。但是,它仍在后台运行,我必须明确终止该过程才能重新启动它。有什么解决办法吗?