build.gradle 287 B

1234567
  1. dependencies {
  2. compile project(':qywx-sdk')
  3. compile project(':uas-office-core')
  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-data-redis'
  7. }