본문 바로가기

기타/자바-스프링

maven 다루는 법

728x90

https://maven.apache.org/what-is-maven.html

 

Maven – Introduction

Introduction Maven, a Yiddish word meaning accumulator of knowledge, began as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects, each with their own Ant build files, that were all slightly different. JAR

maven.apache.org

메이븐은 프로젝트의 빌드 

 

 

https://maven.apache.org/guides/introduction/introduction-to-the-pom.html

 

Maven – Introduction to the POM

A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configuration details used by Maven to build the project. It contains default values for most projects. Examples for t

maven.apache.org

 

 

728x90

'기타 > 자바-스프링' 카테고리의 다른 글

jvm 자바 가상 머신  (0) 2022.05.23
스프링으로 rest 서비스 구축하기  (1) 2022.05.19
자바 배열 (java array)  (0) 2022.05.19
자바 객체 지향 프로그래밍(OOP)  (0) 2022.05.17
자바 기본 개념  (0) 2022.05.16