All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.resttemplate_factory.vm Maven / Gradle / Ivy

package $packageName;

import org.springframework.web.client.RestTemplate;

public interface $factoryInterfaceName {
    public RestTemplate getRestTemplate();

    public String getBaseUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy