I have sth like this,
@FeignClient(name = "${airport.service.name}")
And I have compilation error like,
java.lang.IllegalStateException: Service id not legal hostname (${airport.service.name})
The question is how can I pass hostname form applciation.yaml
to FeignClient?