MVC 패턴(Model-View-Controller) 이 무엇인가?
디자인 패턴이란? : https://gmlwjd9405.github.io/2018/07/06/design-pattern.html
추상클래스 vs 인터페이스 이것들은 왜 사용할까? 차이점도 알아보자
https://myjamong.tistory.com/150
Starter of Spring 웹은 Spring MVC, REST 및 Tomcat을 기본 내장 서버로 사용합니다. 단일 spring-boot-starter-web 의존성은 웹 개발과 관련된 모든 의존성을 일시적으로 끌어당깁니다. 또한 빌드 종속성 수를 줄입니다. spring-boot-starter-web은 다음과 같이 순차적으로 달라집니다.
org.springframework.boot:spring-boot-starter
org.springframework.boot:spring-boot-starter-tomcat
org.springframework.boot:spring-boot-starter-validation
com.fasterxml.jackson.core:jackson-databind
org.springframework:spring-web
org.springframework:spring-webmvc
기본적으로 spring-boot-starter-web에는 다음과 같은 Tomcat 서버 종속성이 포함되어 있습니다.
JDK와 JRE란?
https://coding-factory.tistory.com/826
Spring
톰캣 서버 포트 변경
https://mine-it-record.tistory.com/15?category=1045358
시간 날 때 용어 풀네임도 알아두면 좋다!
CPU(central processing Unit)
'꿀Tip Tip Tip' 카테고리의 다른 글
유용한 Tip (0) | 2023.03.11 |
---|