apply plugin: 'org.springframework.boot' dependencies { compile 'org.springframework.boot:spring-boot-starter-web' compile "$mysqlConnector" compile project(':services:account-service') compile project(':services:app-service') compile project(':services:home-service') compile project(':services:message-service') }