有没有一个选项可以通过yaml中的相对路径从yaml加载值,而不必在yaml中定义完整路径?例子:
service: host: ${host} port: 12015 url: http://${services.host}:${services.port}
对此:
service: host: ${host} port: 12015 url: http://${.host}:${.port} // not working method
目前还没有任何答案,快来回答吧!
暂无答案!
目前还没有任何答案,快来回答吧!