configServer
の application.properties ファイルは以下に添付されています。構成クライアントは、dev および prod env の application.properties だけで簡単です。
URI が追加されていても、次の例外が
発生
します
.environment.NoSuchRepositoryException: リポジトリを複製またはチェックアウトできません: https://github.com/pragathiindran/app-properties.git/
spring:
cloud:
config:
server:
git:
uri: https://github.com/pragathiindran/app-properties.git/
basedir: /Users/Z0083B8/Desktop/configServer/app-property/
skipSslValidation: true
search-paths: '{application}/{profile}'
bus:
enabled: true
spring.cloud.bus.refresh.enabled: true
spring.cloud.bus.env.enabled: true
endpoints.spring.cloud.bus.refresh.enabled: true
endpoints.spring.cloud.bus.env.enabled: true
spring.cloud.stream.kafka.binder.autoAddPartitions: true
server:
port: 8888
management:
security:
enabled: false