1

構成サーバーに 2 つの構成リポジトリを追加する必要があります。ただし、1 つの構成リポジトリのみが選択されます。誰でもこの問題を解決するのを手伝ってくれませんか。

設定サーバーのbootstrap.yml

server:
 port: 8899
spring:
 cloud:
  config:
   server:
    git:
      uri: https://github.com/pocuser9x/wednest-config-store
      search-paths:
        - 'wednest-config-store/*service'
    repos:
      uri: https://github.com/pocuser9x/secure-config-store

https://github.com/pocuser9x/wednest-config-storeには以下のファイルがあります

event-service.yml event-service-dev.yml event-service-stg.yml

これらのファイルは正しく選択されています。

https://github.com/pocuser9x/secure-config-storeには、以下のファイルがあります 。event-service-prod.yml このファイルは選択されていません。

4

1 に答える 1