스프링 (STS) 개발 환경에 Gradle을 추가해보자.. Gradle는 Ant -> Maven에 이어 새롭게 떠오르는 build system이라고 보면 될 듯 싶다... Gradle 공식 홈페이지에 따르면 gradle을 아래와 같이 정의하고 있다. Gradle is build automation evolved. Gradle can automate the building, testing, publishing, deployment and more of software packages or other types of projects such as generated static websites, generated documentation or indeed anything else. Gradle combines..