본문 바로가기

킹다의 개발블로그

검색하기
킹다의 개발블로그
프로필사진 킹다킹

  • 분류 전체보기 (20)
    • 01. 프로그래밍 언어 (2)
      • java (1)
      • JavaScript (1)
    • 02. 프레임워크 (9)
      • spring (7)
      • thymeleaf (1)
      • node.js (1)
    • 03. 서버 (8)
      • docker (2)
      • k8s (1)
      • elk (2)
    • 04. JPA (0)
    • 05. 책 (0)
      • 모던 자바 인 액션 (0)
    • 06. Database (1)
      • MySql (1)
      • MongoDB (0)
Guestbook
Recent Posts
Link
  • 깃허브
Archives
Tags
  • Spring Security
  • Spring Cloud Config Server
  • 쿠버네티스
  • docker
  • scouter
  • 도커 컴포즈
  • mapper
  • K8S
  • Mongoose
  • 스프링 배치
  • 날짜포맷
  • Kubernetes
  • Elk
  • spring boot
  • Spring Batch
  • date_format
  • graphql
  • 도커파일
  • 도커
  • 엘라스틱
  • Thymeleaf
  • ELASTIC
  • Spring Cloud Config Client
  • Spring Cloud
  • 로그수집
  • Scouter APM
  • 어노테이션
  • Spring
  • docker-compose
  • 포트 죽이기
more
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Spring Cloud Config Server (1)

킹다의 개발블로그

Spring Cloud Config Server 설정해보기

Spring Cloud Config Server 설정 1. dependencies 추가 implementation group: 'org.springframework.cloud', name: 'spring-cloud-config-server', version: '3.0.4'2. boot Application 수정 @EnableConfigServer 어노테이션 추가 3. application.yml 또는 application.properties 수정 server: port: 8888 spring: cloud: config: server: git: uri: https://github.com/dayoon97/config-server-example/ search-path..

02. 프레임워크/spring 2021. 8. 13. 10:31
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바