configurations { compile.exclude module: "spring-boot-starter-tomcat" } dependencies { compile("org.springframework.boot:spring-boot-starter-web:1.4.2.RELEASE") compile("org.springframework.boot:spring-boot-starter-jetty:1.4.2.RELEASE") // ... }
Daily Notes of a Programmer