@ApolloJsonValue讲解及使用
平常我们在使用Apollo时,有的时候可能要存储list集合或者对象形式,这个时候可以使用@ApolloJsonValue。先看看源码的描述 /** * Use this annotation to inject json property from Apollo, support the same format as Spring @Value. * * <p>Usage example:</p> * <...