[Spring] Library 살펴보기 및 스프링 환경설정
·
JVM/Spring
주요 Library 목록 HikariCPDB Connection Pool Library slf4j인터페이스 모음으로 요새 대세.라이브러리 설정만 바꾸면 구현되있는 로거를 바꿀 수 있는 애 ThymeleafWeb View 단 build.gradledependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' // 개발 편의성을 위한 툴, reloading 에 유리 imp..