How to run an alternate Java Class in Spring Boot?
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with the @SpringBootApplication annotation.
Generally need for this arises for the tools that do not have a GUI for uninstallation. Basically, the tool needs to be uninstalled from these two locations:- /usr/local/bin/<tool name> /usr/local/share/doc/<tool…