기록해! 정리해!

스프링부트 다운, 시작 본문

SpringBoot

스프링부트 다운, 시작

zsuling 2022. 10. 11. 11:05

Spring | Tools

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io


책 24p

JAR

 

WAR

 

JAR 와 WAR 비교

1. main 에 디폴트로 webapp가 되어있는지.

- Jar로 만들었을 때 jsp를 사용하려면 webapp를 만들어줘야함.

2. Jar의 pom.xml은 심플함 // War은 lombok, devtools 가 추가되어있다.

 

Comments