build.gradle 341 B

12345678910
  1. apply plugin: 'org.springframework.boot'
  2. dependencies {
  3. compile 'org.springframework.boot:spring-boot-starter-web'
  4. compile "$mysqlConnector"
  5. compile project(':services:account-service')
  6. compile project(':services:app-service')
  7. compile project(':services:home-service')
  8. compile project(':services:message-service')
  9. }