Help Center> CodeArts Deploy> FAQs> Custom Application Actions> Starting or Stopping Spring Boot> Spring Boot Can Still Be Detected After Being Stopped (on Windows)
Updated on 2023-05-26 GMT+08:00

Spring Boot Can Still Be Detected After Being Stopped (on Windows)

Symptoms

The command for stopping Spring Boot is successfully deployed during the deployment of the action Start/Stop Spring Boot, but the Spring Boot process can still be detected.

Cause Analysis

Spring Boot in the current path is registered as a Windows service and the startup mode is automatic startup.

Solution

  1. Run the following command to open the Windows service list:
    services.msc
  2. Search for service names similar to devployMan_SpringBoot_01-0.0.1-SNAPSHOT.jar.

    If a similar service name exists, run the following two commands in sequence:

    nssm stop devployMan_SpringBoot_01-0.0.1-SNAPSHOT.jar
    nssm remove devployMan_SpringBoot_01-0.0.1-SNAPSHOT.jar

Starting or Stopping Spring Boot FAQs

more