Skip to content

05.2) Looking at pom.xml

choi jae ho edited this page Jun 1, 2021 · 1 revision

๐Ÿ“‹ 2. Looking at SpringBoot Project (pom.xml)

image

pom.xml ์ž์ฒด๊ฐ€ ๊ณ„์ธต ๊ตฌ์กฐ๋กœ ์ด๋ฃจ์–ด์ ธ์žˆ๋‹ค.
spring-boot-starter-parent : ctrl + ๋งˆ์šฐ์Šคํด๋ฆญ -> ๋“ค์–ด๊ฐ€์ง
spring-boot-dependendies : ๋ฒ„์ „์„ ๋‹ค ๋ช…์‹œํ•ด ๋†“์Œ.
dependencyManagement : ๊ฐ๊ฐ์˜ dependency ๋ฒ„์ „ ๋“ฑ์„ ์„ค์ •ํ•ด์ฃผ๋Š” ๋ถ€๋ถ„, ์ƒ์†์„ ๋ฐ›์Œ.
๋ถ€๋ชจ๊ฐ€ ์„ค์ •ํ•ด๋‘” ๊ฐ’์„ properties ์—์„œ ์žฌ์ •์˜๊ฐ€ ๊ฐ€๋Šฅํ•œ๋‹ค.
pluginManagement : plugin์— ๊ด€ํ•œ ์„ค์ • ์ •๋ณด
์ผ๋ฐ˜์ ์œผ๋กœ ๋‹ค ์„ค์ •ํ•ด๋†“์€ ๊ฒƒ์„ ์ƒ์†๋ฐ›์•„์„œ ์‚ฌ์šฉํ•œ๋‹ค.

image

spring-boot-starter-web : ์›น๊ฐœ๋ฐœํ•˜๋Š”๋ฐ ํ•„์š”ํ•œ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ, ์„ค์ • ์ž๋™์ ์œผ๋กœ ๊ตฌ์ถ•

image

Theย Spring Boot Maven Pluginย provides Spring Boot support in Maven, letting you

  1. package executable jar or war archives
  2. run spring boot applications

Fat jar๋ฅผ ๋งŒ๋“ ๋‹ค. (๊ธฐ์กด JAR์— ๊ฐ์ข… ์˜์กด์„ฑ, tomcat์ด ๋“ค์–ด๊ฐ)

image

repackage ํ•ด์„œ, Fat jar ๊ฐ€ ๋งŒ๋“ค์–ด์ง - spring-boot์™€ ๊ด€๊ณ„๋œ jar ํŒŒ์ผ