- apply plugin: 'org.springframework.boot'
- dependencies {
- compile project(':uas-office-qywx')
- compile 'org.springframework.boot:spring-boot-starter-web'
- compile 'org.springframework.boot:spring-boot-starter-jdbc'
- compile 'org.springframework.boot:spring-boot-starter-security'
- compile 'org.springframework.boot:spring-boot-starter-data-redis'
- compile 'com.h2database:h2'
- compile "$ojdbc"
- testCompile 'org.springframework.boot:spring-boot-starter-test'
- }
|