I want to use RestTemplate/TestRestTemplate by including the artifact in a SpringBoot application
org.springframewo
You can just close the app according to https://spring.io/guides/gs/async-method/. Although this still stars Tomcat, but will stop the app at the end without keeping the tread running.
SpringApplication.run(MyApp.class, args).close();