Notice
Recent Posts
Recent Comments
Link
목록ARTIFACT (1)
개발 무지렁이
[Spring] 라이브러리의 의존관계를 관리하는 빌드툴과 기초 라이브러리
𐂂 빌드툴 (Maven, Gradle) 필요한 라이브러리를 땡겨오고, + 버전설정 빌드된 라이브러리의 라이프사이클 및 의존관계를 관리해주는 툴을 말한다. 🗿 Artifact : 빌드되어 나온 결과물 𐁍 org.springframework.boot:spring-boot-starter 및 그 밖의 라이브러리 스프링부트(Spring boot) + 스프링코어(Spring core) + 로깅(logging) // spring boot. org.springframework.boot:spring-boot-starter-web - spring-boot-starter-tomcat 🐱 // 소스라이브러리에서 웹서버를 내장 - spring-webmvc // spring core. org.springframework:spri..
Backend/스프링
2023. 9. 11. 20:25