我有我的应用程序的属性(.properties),如下所示
spring.datasource.url=xxxxx
spring.datasource.username=xxxx
spring.datasource.password=xxx
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
database.querymapper=policybyownerqueryconfig.json
我想配置我的应用程序以连接到Spring配置服务器并获取 policybyownerqueryconfig.json 的内容。 policybyownerqueryconfig.json是一个包含一些JSON值的文件。如何从spring配置服务器获取此文件的内容?