Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从微服务中的配置服务器接收空值。我在配置服务器引用的 application.yml 中尝试了“null”(不带引号)以及“${null}”(也不带引号)。两者都提供了一个空字符串。有什么方法可以返回 null 吗?提前致谢!
对于同样的问题,已经有问题悬而未决。并且没有具体的答案。