TL;DR 5

[Links] Spring boot

@controller vs @restcontroller https://mangkyu.tistory.com/49 [Spring] @Controller와 @RestController 차이 Spring에서 컨트롤러를 지정해주기 위한 어노테이션은 @Controller와 @RestController가 있습니다. 전통적인 Spring MVC의 컨트롤러인 @Controller와 Restuful 웹서비스의 컨트롤러인 @RestController의 주요한 차이점 mangkyu.tistory.com what is spring bean? https://engineerinsight.tistory.com/44 [Spring] Spring Core(1): 스프링 빈(Spring Bean)의 개념, Component, Contro..

TL;DR 2024.01.31

[Links] shell에서 program detach, nohup & 활용 방법

nohup 사용방법 https://green-joo.tistory.com/26 nohup 사용법과 nohup.out 파일 명 변경, 로그 없이, 날짜 별로 rotation 하는 방법 ( Linux ) 안녕하세요. 그린주입니다 ๑'ٮ'๑ 오늘도 힘차게 시작해보겠습니다! 개요 이번 글에서는 nohup 사용법과 nohup.out 로그 관련 설정, 프로세스를 종료하는 방법을 공유하고자 합니다. 목차 nohup 설명 green-joo.tistory.com detach process from shell https://www.baeldung.com/linux/detach-process-from-terminal Entirely Detach a Process From Terminal | Baeldung on Linux ..

TL;DR 2024.01.31

[LINKS] 객체지향의 SOLID 원칙

https://mangkyu.tistory.com/194 [OOP] 객체지향 프로그래밍의 5가지 설계 원칙, 실무 코드로 살펴보는 SOLID 이번에는 객체 지향 프로그래밍의 5가지 핵심 원칙인 SOLID에 대해 알아보고자 합니다. 실제로 애플리케이션을 개발할 때 어떻게 적용할 수 있을지 구체적인 예시를 들어 살펴보고자 합니다. 아 mangkyu.tistory.com https://ko.wikipedia.org/wiki/SOLID_(%EA%B0%9D%EC%B2%B4_%EC%A7%80%ED%96%A5_%EC%84%A4%EA%B3%84) SOLID (객체 지향 설계) - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 컴퓨터 프로그래밍에서 SOLID란 로버트 마틴[1][2]이 2000년대 초..

TL;DR 2024.01.31