build.gradle 485 B

123456789101112
  1. apply plugin: 'org.springframework.boot'
  2. dependencies {
  3. compile project(':uas-office-qywx')
  4. compile 'org.springframework.boot:spring-boot-starter-web'
  5. compile 'org.springframework.boot:spring-boot-starter-jdbc'
  6. compile 'org.springframework.boot:spring-boot-starter-security'
  7. compile 'org.springframework.boot:spring-boot-starter-data-redis'
  8. compile 'com.h2database:h2'
  9. compile "$ojdbc"
  10. testCompile 'org.springframework.boot:spring-boot-starter-test'
  11. }