스크린샷 2025-09-26 오전 9.08.02.png

스크린샷 2025-09-26 오전 9.09.13.png

스크린샷 2025-09-26 오전 9.12.54.png

uri: file:/// ### 이 뒤에 파일이 존재하는 폴더에 경로를 작성

스크린샷 2025-09-26 오전 9.21.34.png

설정용 파일이 있는 곳이 로컬 레포지토리로 설정해놔야 스프링이 인지한다. (git)

    // bootstrap.yml을 인지시키기 위한 dependency
    implementation 'org.springframework.cloud:spring-cloud-starter-config'
    implementation("org.springframework.cloud:spring-cloud-starter-bootstrap")

    // spring boot의 모니터링 시스템 또는 동적 설정 변경 등 부가적인 기능 제공
    implementation 'org.springframework.boot:spring-boot-starter-actuator'

스크린샷 2025-09-26 오전 9.34.13.png

→ config 서버 →

스크린샷 2025-09-26 오전 9.37.30.png

스크린샷 2025-09-26 오전 9.38.16.png