build.gradle 429 B

12345678910111213
  1. apply plugin: 'org.springframework.boot'
  2. dependencies {
  3. compile project(':uas-office-dingtalk')
  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 'com.h2database:h2'
  8. compile "$ojdbc"
  9. testCompile 'org.springframework.boot:spring-boot-starter-test'
  10. }