- apply plugin: 'org.springframework.boot'
- dependencies {
- compile 'org.springframework.boot:spring-boot-starter-web'
- compile 'org.springframework.boot:spring-boot-starter-jdbc'
- compile project(':framework:framework-app')
- compile project(':applications:scm:scm-base')
- compile project(':applications:scm:scm-purchase')
- compile "$ojdbc"
- }
|