오늘은 Gradle minify plugins를 이용한 JS, CSS 경량화 방법에 대해 알아보겠습니다. ※ 테스트 환경Spring Boot 2.7.5JDK 11GradleThymeleafGradle minify plugins gradlewebtools는 Gradle 프로젝트에 간단히 추가하여 파일 경량화를 자동화할 수 있는 방법을 제공합니다.현재 프로젝트 구조는 다음과 같습니다..└── src/ ├── main/ │ └── java └── resources/ └── static/ ├── css/ │ ├── common.css │ └── style.css └── scripts/ ..
[Spring Boot]JS, CSS 경량화
2024. 12. 30.