build.gradle 359 B

12345678910
  1. apply plugin: 'org.springframework.boot'
  2. dependencies {
  3. compile 'org.springframework.boot:spring-boot-starter-web'
  4. compile 'org.springframework.boot:spring-boot-starter-jdbc'
  5. compile project(':framework:framework-app')
  6. compile project(':applications:scm:scm-base')
  7. compile project(':applications:scm:scm-purchase')
  8. compile "$ojdbc"
  9. }