Windows Setting Windows 기능 켜기/끄기 접속 후 가상 머신 플랫폼, Hyper-V 체크 Download Docker Desktop Docker Desktop for Window Download Guide : https://luckygg.tistory.com/165 Cannot enable Hyper-V service Error Link Windows PowerShell 이 실행되지 않을 경우 파일 위치를 열고 Windows PowerShell ISE 실행 bcdedit /set hypervisorlaunchtype auto WSL 2 installation is incomplete Error Link Docker Command (example ubuntu) search image : ..
나의 Role Model 영한님의 Spring 강의 (링크) 스프링 핵심 원리 - 기본편, 강의 노트 Spring Spring Documentaion 필수 스프링 프레임워크 스프링 부트 선택 스프링 데이터 스프링 세션 스프링 시큐리티 스프링 Rest Docs 스프링 배치 스프링 클라우드 좋은 객체지향의 5가지 원칙 (SOLID) SRP: 단일 책임 원칙(single responsibility principle) 하나의 클래스는 하나의 책임만 가져야 한다 변경이 있을 때 파급 효과가 적어야 한다 OCP: 개방-폐쇄 원칙 (Open/closed principle) 소프트웨어 요소는 확장에서는 열려 있으나 변경에는 닫혀 있어야 한다 인터페이스를 구현한 새로운 클래스를 하나 만들어서 새로운 기능을 구현 LSP:..