我有一个使用AOP规则的Spring Boot应用程序。这些规则取决于application properties。
AOP
application properties
现在我必须使用Spring Cloud Config Server这个应用程序。但问题是 - 在我的应用程序从Config Server获取配置之前,AOP规则需要属性。在解决AOP规则之前,有没有办法从服务器获取属性?
Spring Cloud Config Server
你有没有把Spring Cloud Config服务器属性放在bootstrap.properties或bootstrap.yml?
Spring Cloud Config
bootstrap.properties
bootstrap.yml