public RestTemplate restTemplate()

in services/songs-service/src/main/java/org/apache/skywalking/showcase/services/song/SongServiceApplication.java [36:40]


    public RestTemplate restTemplate() {
        return new RestTemplateBuilder()
            .rootUri("http://gateway")
            .build();
    }