
org.springframework.daemon.StopSpringBootService Maven / Gradle / Ivy
package org.springframework.daemon;
public class StopSpringBootService {
public static void main(String[] args) throws Exception {
new SpringBootService().stop(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy