스프링 입문(2. 라이브러리)

min seung moon·2021년 4월 12일

Spring입문

목록 보기
2/10
post-thumbnail

1. 라이브러리!

  • 의존 관계가 있는 라이브러리가 같이 땡겨온다

01. build.gradle

dependencies {
	implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
	implementation 'org.springframework.boot:spring-boot-starter-web'
	testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

02. External Library


profile
아직까지는 코린이!

0개의 댓글