「オプション:configserver:」http://localhost:8888'

1336 ワード


解決する



application.yml

spring:
  application:
     name: list-service  # git에 있는 확장자 제외한 설정파일 이름.
  config:              # gradle에 config 추가.
   import: optional:configserver:http://localhost:8888  # config 서버 위치
   use-legacy-processing: true #unable to load config data~ 오류 발생시 사용
use-legacy-processing:trueを追加すればよい