반응형
pom.xml
....
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
....
</dependencies>
....
spring-boot-starter-web만 의존성에 추가해도 스프링 프로젝트에 필요한 대부분의 라이브러리가 추가된다.
반응형
'개발 > Spring' 카테고리의 다른 글
IoC - Component, 컴포넌트 스캔 (0) | 2021.04.06 |
---|---|
IoC - Autowire(오토와이어) (0) | 2021.04.04 |
IoC - ComponentScan (0) | 2021.04.04 |
IoC - application.xml 로 빈 설정 (0) | 2021.04.04 |
IoC 컨테이너란 (0) | 2021.04.04 |