-
(2024-07-24) bootstrap.yml 설정수업 내용 정리 2024. 7. 24. 14:53
server: port: 8888 spring: application: name: config-server profiles: active: - git cloud: config: server: git: uri: search-paths: - config ignore-local-ssh-settings: true host-key: host-key-algorithm: ecdsa-sha2-nistp256 private-key: |
- keygen: ssh-keygen -t ed25519 -C "git 메일 주소" -> 키 생성
- port: 8888
- git:uri: git repository - ssh uri
- host-key: ssh-keyscan -t ecdsa github.com -> AAAA ~ ++Tpockg=
- private-key: cd ~/.ssh로 디렉토리 이동 -> cat ./id_ed25519 -> -----begin부터 end----- 까지 입력
'수업 내용 정리' 카테고리의 다른 글
[Udemy] Twitter4j & Kafka (0) 2024.09.23 docker 설정 (0) 2024.08.26 (9주차 61일) AOP, STS4 Spring MVC Project 구동 (0) 2024.07.12 (9주차 60일) STS4 설정, 스프링 DI (0) 2024.07.10 (9주차 59일) STS4 설치, 톰캣 설정, 프로젝트 생성 (1) 2024.07.09