0
對於postgres應用程序,我有一個簡單的@EnableSidecar
。與virtual-host-name: postgres.vip
和sidecar.port: 5432
。我可以在另一個@EnableDiscoveryClient
應用程序。有春天雲解決@Value("${postgres.vip.port}")
還是我必須通過EurekaClient
手動解決?在Spring Cloud中通過eureka解析屬性
這樣做是不是一個好主意,像這樣做https://gist.github.com/cmadsen/a84ee353154a841dae8e,以避免不必粘貼到'EurekaClient'到處? – cmadsen