1. configurations {
    2. compile.exclude module: "spring-boot-starter-tomcat"
    3. dependencies {
    4. compile("org.springframework.boot:spring-boot-starter-jetty:1.4.1.RELEASE")
    5. // ...