I want to use RestTemplate/TestRestTemplate by including the artifact in a SpringBoot application
org.springframewo
Since Spring Boot 2.0.0 this property is deprecated and following is the new way:
spring.main.web-application-type=none
This change is because Spring Boot the support for reactive server.