I'm trying to assign an url to the property this way
some.url=${ENV_PROTOCOL:http}://${ENV_URL:some_url.foo.bar.cc}
But the injected value of some_url
in my app is http
. Could someone explain why and is it possible to fix that somehow?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…