Backend/Spring boot

Spring boot dependencies, and library

__bo0o_ 2022. 2. 10. 02:12

Dependencies

https://start.spring.io/

Spring Web

Thymeleaf : Template Engine

IntelliJ 오른쪽 Gradle에서 의존성 확인 가능

 

Library

Spring boot basic

spring-boot-startup-logging

- logback

- jul-to-slf4j

 

Add

spring-boot-devtools : compile만 해주면 서버 재시작없이 View 파일 변경 가능 (menu build - Recompile)

 

반응형